9 lines
146 B
Python
9 lines
146 B
Python
bind = "127.0.0.1:8000"
|
|
workers = 3
|
|
worker_class = "sync"
|
|
timeout = 30
|
|
accesslog = "-"
|
|
errorlog = "-"
|
|
# app.py exposes `app`
|
|
wsgi_app = "app:app"
|