aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsideshowdave72016-01-28 10:20:53 -0700
committersideshowdave72016-01-28 10:20:53 -0700
commit5b6368ab4e8ffa41784f979def93a5945e366269 (patch)
tree479a46d25bb45311fbe1eecfc8280a15eb39fa99
parent3819ebed86bb8ecd6d814548b1147c5e97cdb38d (diff)
downloadeventmq-0.1.3.tar.gz
eventmq-0.1.3.zip
update default config file location to /etc/eventmq.conf0.1.3
-rw-r--r--eventmq/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/eventmq/conf.py b/eventmq/conf.py
index 4aedc32..693c373 100644
--- a/eventmq/conf.py
+++ b/eventmq/conf.py
@@ -23,7 +23,7 @@ HEARTBEAT_TIMEOUT = 5
23# HEARTBEAT_TIMEOUT for the broker 23# HEARTBEAT_TIMEOUT for the broker
24HEARTBEAT_INTERVAL = 3 24HEARTBEAT_INTERVAL = 3
25# Default configuration file 25# Default configuration file
26CONFIG_FILE = '/etc/eventmq' 26CONFIG_FILE = '/etc/eventmq.conf'
27# Default addresses to localhost 27# Default addresses to localhost
28FRONTEND_ADDR = 'tcp://127.0.0.1:47291' 28FRONTEND_ADDR = 'tcp://127.0.0.1:47291'
29BACKEND_ADDR = 'tcp://127.0.0.1:47290' 29BACKEND_ADDR = 'tcp://127.0.0.1:47290'