From 95a118dc7629814de7c3df551e3270b025abf162 Mon Sep 17 00:00:00 2001 From: Christian Paul <christianp@matrix.org> Date: Mon, 7 Dec 2020 15:37:34 +0100 Subject: [PATCH] config metrics.host:Use IP instead of localhost --- config/config.sample.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.sample.yaml b/config/config.sample.yaml index 30938c3..0c34dc5 100644 --- a/config/config.sample.yaml +++ b/config/config.sample.yaml @@ -108,4 +108,4 @@ ghosts: metrics: enabled: false port: 9001 - host: "localhost" \ No newline at end of file + host: "127.0.0.1" \ No newline at end of file -- GitLab