forked from lavina/lavina
1
0
Fork 0
lavina/config.toml

20 lines
321 B
TOML
Raw Normal View History

[telemetry]
listen_on = "127.0.0.1:8080"
2023-01-19 14:25:52 +00:00
[irc]
listen_on = "127.0.0.1:6667"
server_name = "irc.localhost"
[xmpp]
listen_on = "127.0.0.1:5222"
cert = "./certs/xmpp.pem"
key = "./certs/xmpp.key"
hostname = "localhost"
2023-07-07 13:09:24 +00:00
[storage]
db_path = "db.sqlite"
2024-04-26 00:21:40 +00:00
[tracing]
endpoint = "http://localhost:4317"
service_name = "lavina"