From 39d37597ab34a6b6b9f6a29b7d332f2e52be4e5b Mon Sep 17 00:00:00 2001 From: Thomas Gruber Date: Tue, 9 Sep 2025 14:43:07 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4bb04c2..c163c7c 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,14 @@ There is a main configuration file with basic settings that point to the other c ``` json { - "sinks": "sinks.json", - "collectors" : "collectors.json", - "receivers" : "receivers.json", - "router" : "router.json", - "interval": "10s", - "duration": "1s" + "sinks-file": "sinks.json", + "collectors-file" : "collectors.json", + "receivers-file" : "receivers.json", + "router-file" : "router.json", + "main": { + "interval": "10s", + "duration": "1s" + } } ```