18 lines
288 B
TOML
18 lines
288 B
TOML
log_level = 50
|
|
|
|
|
|
[xmpp]
|
|
jid = "user@example.org"
|
|
password = "password"
|
|
|
|
[schalter]
|
|
url = "https://schalter.ccchb.de/spaceapi.json"
|
|
interval = 5000000000
|
|
users = ["annoying@exmaple.com"]
|
|
mucs = ["#ccchb@irc.hackint.org"]
|
|
|
|
[mqtt]
|
|
broker = ""
|
|
client_id = ""
|
|
username = ""
|
|
password = ""
|