diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..399a033 --- /dev/null +++ b/config.toml @@ -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