diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-07-15 21:51:29 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-07-15 21:51:29 +0200 |
| commit | adee9af472dedafc3dd9083beb1ad6dce333a5d2 (patch) | |
| tree | 8ce581e8e428ee0203adb460ac363749e63e7a80 /config.mk | |
| parent | d1a333925f17c4754ed5dff3158469182f421f01 (diff) | |
Minor changes
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ ##### ZeroMQ +# ZMQ_PORT is the port used for all communications ZMQ_PORT=5556 +# SUBSCRIBER_ADDR is used by the publisher +# to contact the subscriber SUBSCRIBER_ADDR=localhost # ZMQ_TOKEN is used by ZeroMQ to detect # messages from publishers. Leave as is if not sure. |
