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,
"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"
}
}
}