aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'