From ee2d7da761285d828c2b0dccd87e719f015a9847 Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Thu, 30 Nov 2023 16:03:02 +0100 Subject: [PATCH] comment added --- clrigctl.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/clrigctl.toml b/clrigctl.toml index ec186a7..915df54 100644 --- a/clrigctl.toml +++ b/clrigctl.toml @@ -2,11 +2,12 @@ # and place it, for example, in your `$HOME/.config/` [cloudlog] -# Note: URL should end with "/index.php/api/radio" +# Note: URL should end with "/index.php/api/radio". url = "https://cloudlog.example.com/index.php/api/radio" key = "clxxxxxxxxxxxxx" identifier = "clrigctl" [flrig] -host = "127.0.0.1" +# Note: Do not forget the "http://". +host = "http://127.0.0.1" port = "12345"