lavina/config.toml

24 lines
335 B
TOML
Raw Permalink 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"
[cluster]
addresses = []
[cluster.metadata]
node_id = 0
main_owner = 0
rooms = {}