From 5b63a6957770439f440ceac2843b949ff2a0c460 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 22 May 2022 10:53:41 +0200 Subject: [PATCH] Update config.json --- scrutiny/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scrutiny/config.json b/scrutiny/config.json index d6b83ec22..b7c03c221 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -43,8 +43,9 @@ "/dev/nvme2" ], "environment": { - "COLLECTOR_API_ENDPOINT": "http://0.0.0.0:8080", - "SCRUTINY_COLLECTOR": "true" + "SCRUTINY_API_ENDPOINT": "http://localhost:8080", + "SCRUTINY_COLLECTOR": "true", + "SCRUTINY_WEB": "true" }, "ingress": true, "name": "Scrutiny",