configs: circus example to match with staging.
Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
parent
ed4f7f5721
commit
5795d2c193
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@ pubsub_endpoint = tcp://127.0.0.1:5556
|
||||||
stats_endpoint = tcp://127.0.0.1:5557
|
stats_endpoint = tcp://127.0.0.1:5557
|
||||||
|
|
||||||
[watcher:web]
|
[watcher:web]
|
||||||
cmd = /home/r/.virtualenvs/dynamicweb-blog/bin/chaussette --fd $(circus.sockets.web) --backend tornado dynamicweb.wsgi.application
|
cmd = /home/app/.virtualenvs/dynamicweb/bin/chaussette --fd $(circus.sockets.web) --backend tornado dynamicweb.wsgi.application
|
||||||
use_sockets = True
|
use_sockets = True
|
||||||
numprocesses = 5
|
numprocesses = 5
|
||||||
copy_env = True
|
copy_env = True
|
||||||
virtualenv = /home/r/.virtualenvs/dynamicweb-blog
|
virtualenv = /home/app/.virtualenvs/dynamicweb
|
||||||
|
|
||||||
[socket:web]
|
[socket:web]
|
||||||
host = 127.0.0.1
|
host = 127.0.0.1
|
||||||
|
|
Loading…
Reference in a new issue