empresa-libre/source/app/main_debug.ini

12 lines
193 B
INI

[uwsgi]
http = 127.0.0.1:8000
wsgi-file = main.py
callable = app
master = true
processes = 4
threads = 4
py-autoreload = 1
thunder-lock = true
static-map = /static=../static
http-timeout = 300