forked from lavina/lavina
1
0
Fork 0

default config

This commit is contained in:
Nikita Vilunov 2024-05-10 15:38:52 +02:00
parent cb958c1e65
commit 65dc59a8b5
1 changed files with 24 additions and 0 deletions

24
config.toml Normal file
View File

@ -0,0 +1,24 @@
[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"
hostname = "localhost"
[storage]
db_path = "db.sqlite"
[cluster]
addresses = []
[cluster.metadata]
node_id = 0
main_owner = 0
test_owner = 0
test2_owner = 0