mirror of
https://github.com/norohind/ED-livery-tracker-advanced.git
synced 2025-04-12 07:20:04 +03:00
reqs: specify falcon, commit uwsgi.ini for now
This commit is contained in:
parent
8ed71bc116
commit
b41f16f884
@ -1,2 +1,3 @@
|
||||
requests
|
||||
psycopg2-binary
|
||||
falcon
|
||||
|
16
uwsgi.ini
Normal file
16
uwsgi.ini
Normal file
@ -0,0 +1,16 @@
|
||||
[uwsgi]
|
||||
master = 1
|
||||
vacuum = true
|
||||
socket = 127.0.0.1:8086
|
||||
enable-threads = true
|
||||
die-on-term = true
|
||||
thunder-lock = true
|
||||
threads = 2
|
||||
processes = 2
|
||||
virtualenv = /home/user2/projects_production/ED-livery-tracker-advanced/venv
|
||||
wsgi-file = /home/user2/projects_production/ED-livery-tracker-advanced/web.py
|
||||
chdir = /home/user2/projects_production/ED-livery-tracker-advanced
|
||||
uid = user2
|
||||
gid = user2
|
||||
need-app = true
|
||||
plugin = python3
|
Loading…
x
Reference in New Issue
Block a user