Reformat and remove optional ui-config

This commit is contained in:
2025-12-04 07:42:55 +01:00
parent 7efbb0217f
commit 881c4566dd

View File

@@ -4,16 +4,9 @@
"short-running-jobs-duration": 300, "short-running-jobs-duration": 300,
"resampling": { "resampling": {
"trigger": 30, "trigger": 30,
"resolutions": [ "resolutions": [600, 300, 120, 60]
600,
300,
120,
60
]
}, },
"apiAllowedIPs": [ "apiAllowedIPs": ["*"],
"*"
],
"emission-constant": 317 "emission-constant": 317
}, },
"cron": { "cron": {
@@ -88,6 +81,6 @@
"directory": "./var/archive" "directory": "./var/archive"
}, },
"retention-in-memory": "48h" "retention-in-memory": "48h"
}, }
"ui-file": "./configs/uiConfig.json" }
}