mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
12 lines
164 B
INI
12 lines
164 B
INI
[uwsgi]
|
|
|
|
app_root = ../../apps/%n
|
|
|
|
socket = 127.0.0.1:8811
|
|
chdir = %(app_root)
|
|
home = %(app_root)/env/
|
|
pythonpath = %(app_root)
|
|
module = application
|
|
processes = 5
|
|
|