example config file added
This commit is contained in:
parent
0d5a8bc8bb
commit
dbaa477947
1 changed files with 11 additions and 0 deletions
11
clrigctl.toml
Normal file
11
clrigctl.toml
Normal file
|
@ -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"
|
Loading…
Reference in a new issue