Files
cc-backend/configs/config-demo.json
2026-01-15 20:27:11 +01:00

24 lines
366 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": "12h"
},
"retention-in-memory": "48h"
}
}