From b63811848fd58d0c0478244ca19a938ad88a4257 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 15 Jul 2023 19:12:13 +0200 Subject: Minor changes --- config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index cda8ad2..6a985af 100644 --- a/config.mk +++ b/config.mk @@ -1,6 +1,6 @@ ##### ZeroMQ -PUBLISHER_PORT=5556 -PUBLISHER_INTERFACE=* +ZMQ_PORT=5556 +SUBSCRIBER_ADDR=localhost ##### Logger/Publisher # LOGGERS_DIR will contains all the data generated by the loggers -- cgit v1.2.3