clrigctl/clrigctl.toml

14 lines
373 B
TOML
Raw Normal View History

2023-11-29 13:09:12 +01:00
# This is an example config file. Please edit it to your needs
# and place it, for example, in your `$HOME/.config/`
[cloudlog]
2023-11-30 16:03:02 +01:00
# Note: URL should end with "/index.php/api/radio".
2023-11-30 08:14:51 +01:00
url = "https://cloudlog.example.com/index.php/api/radio"
2023-11-29 13:09:12 +01:00
key = "clxxxxxxxxxxxxx"
identifier = "clrigctl"
[flrig]
2023-11-30 16:03:02 +01:00
# Note: Do not forget the "http://".
host = "http://127.0.0.1"
2023-11-29 13:09:12 +01:00
port = "12345"