From 0ed61db444e3ba75d57cb7cb6a68783fdebc75e7 Mon Sep 17 00:00:00 2001 From: Julien Riou Date: Fri, 10 Oct 2025 13:01:18 +0200 Subject: [PATCH] docs(README): configuration file is optional Signed-off-by: Julien Riou --- src/cmd/collerd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/collerd/README.md b/src/cmd/collerd/README.md index c3aa87b..a8936e4 100644 --- a/src/cmd/collerd/README.md +++ b/src/cmd/collerd/README.md @@ -45,7 +45,7 @@ The file format is **JSON**: * **clients_base_url** (string): Define the base URL to download clients (default "https://git.riou.xyz/jriou/coller/releases/download"). The version (or "latest") will be append. * **disable_editor** (bool): Disable Ace editor. -The configuration file is not required but the service might not be exposed to the public. +The configuration file is optional. ## API