mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-02-17 16:31:45 +01:00
29 lines
693 B
JSON
29 lines
693 B
JSON
{
|
|
"main": {
|
|
"addr": "127.0.0.1:8080"
|
|
},
|
|
"cron": {
|
|
"commit-job-worker": "1m",
|
|
"duration-worker": "3m",
|
|
"footprint-worker": "5m"
|
|
},
|
|
"auth": {
|
|
"jwts": {
|
|
"max-age": "2000h"
|
|
}
|
|
},
|
|
"metric-store-external": [
|
|
{
|
|
"scope": "fritz",
|
|
"url": "http://0.0.0.0:8082",
|
|
"token": "eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NzU3Nzg4NDQsImlhdCI6MTc2ODU3ODg0NCwicm9sZXMiOlsiYWRtaW4iLCJhcGkiXSwic3ViIjoiZGVtbyJ9._SDEW9WaUVXSBFmWqGhyIZXLoqoDU8F1hkfh4cXKIqF4yw7w50IUpfUBtwUFUOnoviFKoi563f6RAMC7XxeLDA"
|
|
}
|
|
],
|
|
"metric-store": {
|
|
"checkpoints": {
|
|
"interval": "12h"
|
|
},
|
|
"retention-in-memory": "48h",
|
|
"memory-cap": 100
|
|
}
|
|
} |