Мусор
This commit is contained in:
13
deploy/gunicorn/example.py
Normal file
13
deploy/gunicorn/example.py
Normal file
@@ -0,0 +1,13 @@
|
||||
bind = "0.0.0.0:5000"
|
||||
reload = True
|
||||
preload = True
|
||||
workers = 4
|
||||
timeout = 120
|
||||
errorlog = '-'
|
||||
accesslog = '-'
|
||||
# wsgi_app = 'myapp.factory:create_app()'
|
||||
wsgi_app = 'myapp:app'
|
||||
loglevel = 'debug'
|
||||
raw_env = [
|
||||
"MYAPP_CONFIG=config.default"
|
||||
]
|
||||
Reference in New Issue
Block a user