diff options
| author | sideshowdave7 | 2016-01-28 10:20:53 -0700 |
|---|---|---|
| committer | sideshowdave7 | 2016-01-28 10:20:53 -0700 |
| commit | 5b6368ab4e8ffa41784f979def93a5945e366269 (patch) | |
| tree | 479a46d25bb45311fbe1eecfc8280a15eb39fa99 | |
| parent | 3819ebed86bb8ecd6d814548b1147c5e97cdb38d (diff) | |
| download | eventmq-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.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' |