bind = "127.0.0.1:8000" workers = 3 worker_class = "sync" timeout = 30 accesslog = "-" errorlog = "-" # app.py exposes `app` wsgi_app = "app:app"