mirror of
https://gitlab.com/manzerbredes/ina260-zmq-publisher.git
synced 2025-04-10 16:30:26 +00:00
Minor changes
This commit is contained in:
parent
d1a333925f
commit
adee9af472
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
##### ZeroMQ
|
##### ZeroMQ
|
||||||
|
# ZMQ_PORT is the port used for all communications
|
||||||
ZMQ_PORT=5556
|
ZMQ_PORT=5556
|
||||||
|
# SUBSCRIBER_ADDR is used by the publisher
|
||||||
|
# to contact the subscriber
|
||||||
SUBSCRIBER_ADDR=localhost
|
SUBSCRIBER_ADDR=localhost
|
||||||
# ZMQ_TOKEN is used by ZeroMQ to detect
|
# ZMQ_TOKEN is used by ZeroMQ to detect
|
||||||
# messages from publishers. Leave as is if not sure.
|
# messages from publishers. Leave as is if not sure.
|
||||||
|
|
Loading…
Add table
Reference in a new issue