From 43d5aad9e9e892cedbb3c6695007a1ddf8f677d8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 4 Nov 2022 08:43:58 +0100 Subject: [PATCH] Update config.json --- scrutiny/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrutiny/config.json b/scrutiny/config.json index b5786cabc..9b055cb0b 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -44,7 +44,7 @@ "/dev/nvme2" ], "environment": { - "COLLECTOR_API_ENDPOINT": "http://192.168.178.23:8086" + "COLLECTOR_API_ENDPOINT": "http://localhost:8080" }, "ingress": true, "init": false,