summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 020550b..ea00093 100644
--- a/config.mk
+++ b/config.mk
@@ -3,7 +3,7 @@ ZMQ_PORT=5556
SUBSCRIBER_ADDR=localhost
# ZMQ_TOKEN is used by ZeroMQ to detect
# messages from publishers. Leave as is if not sure.
-ZMQ_TOKEN="ina260-zmq-publisher"
+ZMQ_TOKEN=ina260-zmq-publisher
# ZMQ_MSG_SIZE max number of bytes per ZeroMQ messages
# be careful with this parameter
ZMQ_MSG_SIZE=2550