mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-13 06:12:16 +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
|
|
|