mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-01-15 17:21:46 +01:00
23 lines
354 B
JSON
23 lines
354 B
JSON
{
|
|
"main": {
|
|
"addr": "127.0.0.1:8080",
|
|
"apiAllowedIPs": ["*"]
|
|
},
|
|
"cron": {
|
|
"commit-job-worker": "1m",
|
|
"duration-worker": "3m",
|
|
"footprint-worker": "5m"
|
|
},
|
|
"auth": {
|
|
"jwts": {
|
|
"max-age": "2000h"
|
|
}
|
|
},
|
|
"metric-store": {
|
|
"checkpoints": {
|
|
"interval": "1h"
|
|
},
|
|
"retention-in-memory": "12h"
|
|
}
|
|
}
|