summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index f37dfdf..3b19465 100644
--- a/config.mk
+++ b/config.mk
@@ -1,3 +1,7 @@
+##### ZeroMQ
PUBLISHER_PORT=5556
PUBLISHER_ADDR=localhost
-LOGGER_DIR=./logs \ No newline at end of file
+
+##### Logger/Publisher
+LOGGERS_DIR=./logs
+LOG_INTERVAL=30 \ No newline at end of file