aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjason2018-07-18 09:14:04 -0600
committerGitHub2018-07-18 09:14:04 -0600
commit3a01685a8e800d567ce2f97e9e34705d0209ab17 (patch)
tree11843c989fee471bc7f611d8e4dd0883ee61704e /etc
parentd7138b32ce88b39edb0138b8fd3e5f54d51dfa7f (diff)
parent74df38d78e8bb3393c39c73d286874752b85511b (diff)
downloadeventmq-3a01685a8e800d567ce2f97e9e34705d0209ab17.tar.gz
eventmq-3a01685a8e800d567ce2f97e9e34705d0209ab17.zip
Merge pull request #64 from eventmq/env_var_config0.3.8
Allow configuration options to be specified as environment variables
Diffstat (limited to 'etc')
-rw-r--r--etc/eventmq.conf-dist5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/eventmq.conf-dist b/etc/eventmq.conf-dist
index 9a59f2a..96dbad4 100644
--- a/etc/eventmq.conf-dist
+++ b/etc/eventmq.conf-dist
@@ -2,6 +2,9 @@
2# Enable message output at different stages in the app. 2# Enable message output at different stages in the app.
3super_debug = true 3super_debug = true
4 4
5# Number of maximum sockets to open per context/process.
6max_sockets = 1024
7
5# Hide the heartbeat logs when super_debug is enabled. Showing them will generate a lot of messages. 8# Hide the heartbeat logs when super_debug is enabled. Showing them will generate a lot of messages.
6hide_heartbeat_logs = True 9hide_heartbeat_logs = True
7 10
@@ -37,4 +40,4 @@ concurrent_jobs=2
37 40
38[publisher] 41[publisher]
39publisher_incoming_addr=tcp://0.0.0.0:47298 42publisher_incoming_addr=tcp://0.0.0.0:47298
40publisher_outgoing_addr=tcp://0.0.0.0:47299 \ No newline at end of file 43publisher_outgoing_addr=tcp://0.0.0.0:47299