forked from lavina/lavina
32 lines
474 B
TOML
32 lines
474 B
TOML
[telemetry]
|
|
listen_on = "127.0.0.1:8081"
|
|
|
|
[irc]
|
|
listen_on = "127.0.0.1:6668"
|
|
server_name = "irc.localhost"
|
|
|
|
[xmpp]
|
|
listen_on = "127.0.0.1:5223"
|
|
cert = "./certs/xmpp.pem"
|
|
key = "./certs/xmpp.key"
|
|
hostname = "localhost"
|
|
|
|
[storage]
|
|
db_path = "db.1.sqlite"
|
|
|
|
[cluster]
|
|
addresses = [
|
|
"127.0.0.1:8080",
|
|
"127.0.0.1:8081",
|
|
]
|
|
|
|
[cluster.metadata]
|
|
node_id = 1
|
|
main_owner = 0
|
|
test_owner = 1
|
|
test2_owner = 0
|
|
|
|
[tracing]
|
|
endpoint = "http://localhost:4317"
|
|
service_name = "lavina-1"
|