silly typo

This commit is contained in:
Harry 2024-07-22 11:07:37 +02:00
parent e97158317d
commit 9a6447999e

View file

@ -47,7 +47,10 @@ in
{
port = 9000;
type = "metrics";
bind_addresses = ["::1" "0.0.0.0" ]
bind_addresses = [
"::1"
"0.0.0.0"
];
}
];
};