From adee9af472dedafc3dd9083beb1ad6dce333a5d2 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 15 Jul 2023 21:51:29 +0200 Subject: [PATCH] Minor changes --- config.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.mk b/config.mk index ea00093..6df2b6c 100644 --- a/config.mk +++ b/config.mk @@ -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.