Мусор

This commit is contained in:
2024-10-25 23:09:39 +03:00
parent 126cde490b
commit 2c6d0ac34f
45 changed files with 18 additions and 2230 deletions

View 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"
]