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