comment added
This commit is contained in:
parent
115c72e801
commit
ee2d7da761
1 changed files with 3 additions and 2 deletions
|
@ -2,11 +2,12 @@
|
||||||
# and place it, for example, in your `$HOME/.config/`
|
# and place it, for example, in your `$HOME/.config/`
|
||||||
|
|
||||||
[cloudlog]
|
[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"
|
url = "https://cloudlog.example.com/index.php/api/radio"
|
||||||
key = "clxxxxxxxxxxxxx"
|
key = "clxxxxxxxxxxxxx"
|
||||||
identifier = "clrigctl"
|
identifier = "clrigctl"
|
||||||
|
|
||||||
[flrig]
|
[flrig]
|
||||||
host = "127.0.0.1"
|
# Note: Do not forget the "http://".
|
||||||
|
host = "http://127.0.0.1"
|
||||||
port = "12345"
|
port = "12345"
|
||||||
|
|
Loading…
Reference in a new issue