From 48d1f957cd2e7cae4c2e6169fdd2434b29f1d668 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 23 Nov 2022 07:12:08 +0100 Subject: [PATCH] expose_config --- scrutiny/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scrutiny/config.json b/scrutiny/config.json index 263fef534..3cf7a64d2 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -71,6 +71,7 @@ ], "schema": { "COLLECTOR_API_ENDPOINT": "str?", + "expose_config": "bool?", "Mode": "list(Collector+WebUI|Collector)?", "TZ": "str?", "Updates": "list(Hourly|Daily|Weekly)", @@ -81,4 +82,4 @@ "udev": true, "url": "https://github.com/AnalogJ/scrutiny", "version": "v0.5.0-5" -} \ No newline at end of file +}