From 837327e0d9f7ad6b43e7d1934f9ee62f3ea98b6d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 18 Nov 2022 10:25:24 +0100 Subject: [PATCH] "COLECTORCOLLECTOR_API_ENDPOINT": "str?", --- scrutiny/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/scrutiny/config.json b/scrutiny/config.json index d0def7d21..f92edb14a 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -70,6 +70,7 @@ "DAC_READ_SEARCH" ], "schema": { + "COLECTORCOLLECTOR_API_ENDPOINT": "str?", "Mode": "list(Collector+WebUI|Collector)?", "TZ": "str?", "Updates": "list(Hourly|Daily|Weekly)"