flashy.ini 558 Bytes
# mysite_uwsgi.ini file
[uwsgi]
# set the uid and gid for user flashy
uid = 1007
gid = 1007
# Django-related settings
# the base directory (full path)
chdir = /srv/flashy-backend/
# Django's wsgi file
module = flashy.wsgi
# the virtualenv (full path)
home = /srv/flashy-backend/venv/
logger = file:/var/log/uwsgi
# process-related settings
# maximum number of worker processes
# processes = 1
http = :7001
# load the secrets file
for-readline = file:/srv/flashy-backend/secrets
env = %(_)
endfor =