Commit 512a58de33e92bf6308a210a07f7534da3f23e7c
1 parent
34442ca723
Exists in
master
Changed flashy.ini to match the one in production.
Showing 1 changed file with 5 additions and 5 deletions Inline Diff
flashy.ini
View file @
512a58d
# mysite_uwsgi.ini file | 1 | 1 | # mysite_uwsgi.ini file | |
[uwsgi] | 2 | 2 | [uwsgi] | |
3 | 3 | |||
# set the uid and gid for user flashy | 4 | 4 | # set the uid and gid for user flashy | |
uid = 1007 | 5 | 5 | uid = 1007 | |
gid = 1007 | 6 | 6 | gid = 1007 | |
# Django-related settings | 7 | 7 | # Django-related settings | |
# the base directory (full path) | 8 | 8 | # the base directory (full path) | |
chdir = /srv/flashy-backend/ | 9 | 9 | chdir = /srv/flashy-backend/ | |
# Django's wsgi file | 10 | 10 | # Django's wsgi file | |
module = flashy.wsgi | 11 | 11 | wsgi-file = flashy/wsgi_django.yp | |
# the virtualenv (full path) | 12 | 12 | # the virtualenv (full path) | |
home = /srv/flashy-backend/venv/ | 13 | 13 | home = /srv/flashy-backend/venv/ | |
logger = file:/var/log/uwsgi | 14 | 14 | logger = file:/var/log/wsgi_django | |
# process-related settings | 15 | 15 | # process-related settings | |
# maximum number of worker processes | 16 | 16 | # maximum number of worker processes | |
# processes = 1 | 17 | 17 | processes = 4 | |
http = :7001 | 18 | 18 | http = :7002 | |
19 | 19 | |||
# load the secrets file | 20 | 20 | # load the secrets file | |
for-readline = file:/srv/flashy-backend/secrets | 21 | 21 | for-readline = /srv/flashy-backend/secrets | |
env = %(_) | 22 | 22 | env = %(_) | |
endfor = | 23 | 23 | endfor = | |
24 | 24 | |||