forked from lavina/lavina
21 lines
340 B
TOML
21 lines
340 B
TOML
[telemetry]
|
|
listen_on = "127.0.0.1:8080"
|
|
|
|
[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"
|
|
|
|
[storage]
|
|
db_path = "db.sqlite"
|
|
|
|
[clustering]
|
|
self_id = 1
|
|
listen_on = "0.0.0.0:23732"
|
|
advertised_address = "127.0.0.1:23732"
|
|
bootstrap_via = []
|