From dbaa47794747bea3d5c440ee2e237b907512d23c Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Wed, 29 Nov 2023 13:09:12 +0100 Subject: [PATCH] example config file added --- clrigctl.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 clrigctl.toml diff --git a/clrigctl.toml b/clrigctl.toml new file mode 100644 index 0000000..114a92f --- /dev/null +++ b/clrigctl.toml @@ -0,0 +1,11 @@ +# This is an example config file. Please edit it to your needs +# and place it, for example, in your `$HOME/.config/` + +[cloudlog] +url = "https://cloudlog.example.com" +key = "clxxxxxxxxxxxxx" +identifier = "clrigctl" + +[flrig] +host = "127.0.0.1" +port = "12345"