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 +}