mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-12-13 02:46:16 +01:00
Reformat and remove optional ui-config
This commit is contained in:
@@ -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"
|
}
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user