diff options
| author | jason | 2018-07-18 09:14:04 -0600 |
|---|---|---|
| committer | GitHub | 2018-07-18 09:14:04 -0600 |
| commit | 3a01685a8e800d567ce2f97e9e34705d0209ab17 (patch) | |
| tree | 11843c989fee471bc7f611d8e4dd0883ee61704e /etc | |
| parent | d7138b32ce88b39edb0138b8fd3e5f54d51dfa7f (diff) | |
| parent | 74df38d78e8bb3393c39c73d286874752b85511b (diff) | |
| download | eventmq-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-dist | 5 |
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. |
| 3 | super_debug = true | 3 | super_debug = true |
| 4 | 4 | ||
| 5 | # Number of maximum sockets to open per context/process. | ||
| 6 | max_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. |
| 6 | hide_heartbeat_logs = True | 9 | hide_heartbeat_logs = True |
| 7 | 10 | ||
| @@ -37,4 +40,4 @@ concurrent_jobs=2 | |||
| 37 | 40 | ||
| 38 | [publisher] | 41 | [publisher] |
| 39 | publisher_incoming_addr=tcp://0.0.0.0:47298 | 42 | publisher_incoming_addr=tcp://0.0.0.0:47298 |
| 40 | publisher_outgoing_addr=tcp://0.0.0.0:47299 \ No newline at end of file | 43 | publisher_outgoing_addr=tcp://0.0.0.0:47299 |