diff options
| -rw-r--r-- | eventmq/conf.py | 2 |
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 |
| 24 | HEARTBEAT_INTERVAL = 3 | 24 | HEARTBEAT_INTERVAL = 3 |
| 25 | # Default configuration file | 25 | # Default configuration file |
| 26 | CONFIG_FILE = '/etc/eventmq' | 26 | CONFIG_FILE = '/etc/eventmq.conf' |
| 27 | # Default addresses to localhost | 27 | # Default addresses to localhost |
| 28 | FRONTEND_ADDR = 'tcp://127.0.0.1:47291' | 28 | FRONTEND_ADDR = 'tcp://127.0.0.1:47291' |
| 29 | BACKEND_ADDR = 'tcp://127.0.0.1:47290' | 29 | BACKEND_ADDR = 'tcp://127.0.0.1:47290' |