diff --git a/crates/httpd/config.toml b/crates/httpd/config.toml index bb21708..fda5933 100644 --- a/crates/httpd/config.toml +++ b/crates/httpd/config.toml @@ -6,7 +6,9 @@ format_time = "%d/%m/%Y %H:%M" host = "127.0.0.1" # Bind server on given port -port = 8000 +port = 8027 #Configure instance in the debug mode -debug = true \ No newline at end of file +debug = true + +masters = ["[202:68d0:f0d5:b88d:1d1a:555e:2f6b:3148]:27010", "[300:dee4:d3c0:953b::2019]:27010"] \ No newline at end of file