13 lines
373 B
TOML
13 lines
373 B
TOML
# This is an example config file. Please edit it to your needs
|
|
# and place it, for example, in your `$HOME/.config/`
|
|
|
|
[cloudlog]
|
|
# Note: URL should end with "/index.php/api/radio".
|
|
url = "https://cloudlog.example.com/index.php/api/radio"
|
|
key = "clxxxxxxxxxxxxx"
|
|
identifier = "clrigctl"
|
|
|
|
[flrig]
|
|
# Note: Do not forget the "http://".
|
|
host = "http://127.0.0.1"
|
|
port = "12345"
|