mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-01-15 09:11:45 +01:00
31 lines
725 B
JSON
31 lines
725 B
JSON
{
|
|
"main": {
|
|
"addr": "0.0.0.0:443",
|
|
"https-cert-file": "/etc/letsencrypt/live/url/fullchain.pem",
|
|
"https-key-file": "/etc/letsencrypt/live/url/privkey.pem",
|
|
"user": "clustercockpit",
|
|
"group": "clustercockpit",
|
|
"validate": false,
|
|
"apiAllowedIPs": ["*"],
|
|
"short-running-jobs-duration": 300,
|
|
"resampling": {
|
|
"minimumPoints": 600,
|
|
"trigger": 180,
|
|
"resolutions": [240, 60]
|
|
},
|
|
"apiSubjects": {
|
|
"subjectJobEvent": "cc.job.event",
|
|
"subjectNodeState": "cc.node.state"
|
|
}
|
|
},
|
|
"cron": {
|
|
"commit-job-worker": "1m",
|
|
"duration-worker": "5m",
|
|
"footprint-worker": "10m"
|
|
},
|
|
"archive": {
|
|
"kind": "file",
|
|
"path": "./var/job-archive"
|
|
}
|
|
}
|