From a630d3be45cda81bd1eccf0786bd9fc5fefa9524 Mon Sep 17 00:00:00 2001 From: rscnt Date: Thu, 28 May 2015 00:39:28 -0600 Subject: [PATCH] config: added circus .ini for webapp Signed-off-by: rscnt --- configs/circus.dynamicweb.ini.example | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 configs/circus.dynamicweb.ini.example diff --git a/configs/circus.dynamicweb.ini.example b/configs/circus.dynamicweb.ini.example new file mode 100644 index 00000000..7daf8531 --- /dev/null +++ b/configs/circus.dynamicweb.ini.example @@ -0,0 +1,17 @@ +[circus] +check_delay = 5 +endpoint = tcp://127.0.0.1:5555 +pubsub_endpoint = tcp://127.0.0.1:5556 +stats_endpoint = tcp://127.0.0.1:5557 + +[socket:dynamicweb] +host = 127.0.0.1 +port = 8080 + +[watcher:dynamicweb] +cmd = /home/r/.virtualenvs/dynamicweb/bin/chaussette --backend gevent --fd $(circus.sockets.dynamicweb) dynamicweb.wsgi.application +use_sockets = True +numprocesses = 5 + +[env:dynamicweb] +PYTHONPATH = /home/r/dynamicweb \ No newline at end of file