Commit 512a58de33e92bf6308a210a07f7534da3f23e7c

Authored by Rohan Rangray
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 Side-by-side Diff

... ... @@ -8,17 +8,17 @@
8 8 # the base directory (full path)
9 9 chdir = /srv/flashy-backend/
10 10 # Django's wsgi file
11   -module = flashy.wsgi
  11 +wsgi-file = flashy/wsgi_django.yp
12 12 # the virtualenv (full path)
13 13 home = /srv/flashy-backend/venv/
14   -logger = file:/var/log/uwsgi
  14 +logger = file:/var/log/wsgi_django
15 15 # process-related settings
16 16 # maximum number of worker processes
17   -# processes = 1
18   -http = :7001
  17 +processes = 4
  18 +http = :7002
19 19  
20 20 # load the secrets file
21   -for-readline = file:/srv/flashy-backend/secrets
  21 +for-readline = /srv/flashy-backend/secrets
22 22 env = %(_)
23 23 endfor =