(bug): fixed metrics not working

This commit is contained in:
Harry 2024-08-19 15:27:33 +02:00
parent 547b0df57a
commit fde7763f29

View file

@ -21,6 +21,7 @@ in
server_name = "hypervirtual.world"; server_name = "hypervirtual.world";
public_baseurl = baseUrl; public_baseurl = baseUrl;
enable_registration = false; enable_registration = false;
enable_metrics = true;
listeners = [ listeners = [
{ {
port = 8008; port = 8008;
@ -36,7 +37,6 @@ in
names = [ names = [
"client" "client"
"federation" "federation"
"metrics"
]; ];
compress = true; compress = true;
} }
@ -48,7 +48,7 @@ in
tls = false; tls = false;
bind_addresses = [ bind_addresses = [
"::1" "::1"
"0.0.0.0" "127.0.0.1"
]; ];
resources = [ ]; resources = [ ];
} }
@ -87,7 +87,6 @@ in
}; };
}; };
*/ */
} }