forked from DGNum/gestioCOF
21 lines
626 B
Text
21 lines
626 B
Text
|
[program:worker]
|
||
|
command=/usr/bin/python /vagrant/manage.py runworker
|
||
|
directory=/vagrant/
|
||
|
user=vagrant
|
||
|
environment=DBUSER="cof_gestion",DBNAME="cof_gestion",DBPASSWD="4KZt3nGPLVeWSvtBZPSM3fSzXpzEU4",DJANGO_SETTINGS_MODULE="cof.settings_dev"
|
||
|
autostart=true
|
||
|
autorestart=true
|
||
|
redirect_stderr=true
|
||
|
stopasgroup=true
|
||
|
redirect_stderr=true
|
||
|
|
||
|
[program:interface]
|
||
|
command=/usr/local/bin/daphne -b 127.0.0.1 -p 8000 cof.asgi:channel_layer
|
||
|
environment=DBUSER="cof_gestion",DBNAME="cof_gestion",DBPASSWD="4KZt3nGPLVeWSvtBZPSM3fSzXpzEU4"
|
||
|
directory=/vagrant/
|
||
|
redirect_stderr=true
|
||
|
autostart=true
|
||
|
autorestart=true
|
||
|
stopasgroup=true
|
||
|
user=vagrant
|