From 636e09c30a9169b42c815f70df929ba61a3982be Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 11 Feb 2021 09:34:27 +0100 Subject: [PATCH] Update config.json --- scrutiny/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scrutiny/config.json b/scrutiny/config.json index 34b785f02..88a5d3f77 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -28,8 +28,8 @@ "boot": "auto", "environment": { "SCRUTINY_API_ENDPOINT": "http://localhost:8080", - "SCRUTINY_WEB": true, - "SCRUTINY_COLLECTOR": true + "SCRUTINY_WEB": "true", + "SCRUTINY_COLLECTOR": "true" }, "options": { "PUID": 0, @@ -40,4 +40,4 @@ "PGID": "int", "TZ": "str?" } -} \ No newline at end of file +}