Pārlūkot izejas kodu

Clean up example supervisor conf file

Colin Powell 5 gadi atpakaļ
vecāks
revīzija
498cc761ee
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      supervisor.example.conf

+ 3 - 3
supervisor.example.conf

@@ -1,9 +1,9 @@
 # When deploying to production, change DJANGO_SITE to one of PBP, CP, WP, IA
 # Also make sure you update the pbp.sock file below to be the same string
-[program:pbp_com]
+[program:pbp]
 environment=
-    DJANGO_SITE="PBP"
-    DJANGO_DB_PASS="<password>"
+    DJANGO_SITE=PBP,
+    DJANGO_DB_PASS=<password>
 command=/var/lib/virtualenvs/pbp/bin/uwsgi --socket /var/lib/django/run/PBP.sock --pythonpath /var/lib/django/pbp_com -w uwsgi --chmod
 autostart=true
 autorestart=true