From 881c4566dd3c4a4adcb863d9ad3f85aae92b305c Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Thu, 4 Dec 2025 07:42:55 +0100 Subject: [PATCH] Reformat and remove optional ui-config --- configs/config-demo.json | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/configs/config-demo.json b/configs/config-demo.json index 7daff78..6f4c053 100644 --- a/configs/config-demo.json +++ b/configs/config-demo.json @@ -4,16 +4,9 @@ "short-running-jobs-duration": 300, "resampling": { "trigger": 30, - "resolutions": [ - 600, - 300, - 120, - 60 - ] + "resolutions": [600, 300, 120, 60] }, - "apiAllowedIPs": [ - "*" - ], + "apiAllowedIPs": ["*"], "emission-constant": 317 }, "cron": { @@ -88,6 +81,6 @@ "directory": "./var/archive" }, "retention-in-memory": "48h" - }, - "ui-file": "./configs/uiConfig.json" -} \ No newline at end of file + } +} +