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

21 lines
340 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"
2023-07-07 13:09:24 +00:00
[storage]
db_path = "db.sqlite"
2023-12-08 14:13:34 +00:00
[clustering]
self_id = 1
listen_on = "0.0.0.0:23732"
advertised_address = "127.0.0.1:23732"
2023-12-13 14:57:49 +00:00
bootstrap_via = []