diff --git a/README.md b/README.md index 3fd06d7..a4554c0 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ There is a main configuration file with basic settings that point to the other c "receivers-file" : "receivers.json", "router-file" : "router.json", "main": { + "enable-markers": false, "interval": "10s", "duration": "1s" } diff --git a/example-configs/config.json b/example-configs/config.json index 9d69426..6530a3d 100644 --- a/example-configs/config.json +++ b/example-configs/config.json @@ -4,6 +4,7 @@ "receivers-file" : "./receivers.json", "router-file" : "./router.json", "main" : { + "enable-markers": false, "interval": "10s", "duration": "1s" }