forked from lavina/lavina
1
0
Fork 0
lavina/config.node-2.toml

22 lines
381 B
TOML
Raw Normal View History

2023-12-13 14:57:49 +00:00
[telemetry]
listen_on = "127.0.0.1:18080"
[irc]
listen_on = "127.0.0.1:16667"
server_name = "irc.localhost"
[xmpp]
listen_on = "127.0.0.1:15222"
cert = "./certs/xmpp.pem"
key = "./certs/xmpp.key"
[storage]
db_path = "db.sqlite"
[clustering]
2023-12-22 10:17:29 +00:00
cluster_name = "example"
self_id = 2
2023-12-13 14:57:49 +00:00
listen_on = "0.0.0.0:23733"
advertised_address = "127.0.0.1:23733"
2023-12-22 10:17:29 +00:00
etcd_address = "127.0.0.1:2379"