2023-02-09 18:19:03 +00:00
|
|
|
[telemetry]
|
|
|
|
listen_on = "127.0.0.1:8080"
|
2023-01-19 14:25:52 +00:00
|
|
|
|
2023-02-09 18:19:03 +00:00
|
|
|
[irc]
|
|
|
|
listen_on = "127.0.0.1:6667"
|
2023-02-17 21:27:58 +00:00
|
|
|
server_name = "irc.localhost"
|
|
|
|
|
|
|
|
[xmpp]
|
|
|
|
listen_on = "127.0.0.1:5222"
|
|
|
|
cert = "./certs/xmpp.pem"
|
|
|
|
key = "./certs/xmpp.key"
|
2024-04-15 00:33:26 +00:00
|
|
|
hostname = "localhost"
|
2023-07-07 13:09:24 +00:00
|
|
|
|
|
|
|
[storage]
|
|
|
|
db_path = "db.sqlite"
|