{ "addr": "0.0.0.0:8080", "db-driver": "mysql", "embed-static-files": false, "static-files": "./web/frontend/public/", "db" : "root:my-secret-pw@(127.0.0.1:3306)/clustercockpit", "archive": { "kind": "file", "path": "./var/job-archive" }, "jwts": { "max-age": "2000h" }, "clusters": [ { "name": "fritz", "metricDataRepository": { "kind": "cc-metric-store", "url": "http://localhost:8082", "token": "" }, "filterRanges": { "numNodes": { "from": 1, "to": 64 }, "duration": { "from": 0, "to": 86400 }, "startTime": { "from": "2022-01-01T00:00:00Z", "to": null } } }, { "name": "alex", "metricDataRepository": { "kind": "cc-metric-store", "url": "http://localhost:8082", "token": "" }, "filterRanges": { "numNodes": { "from": 1, "to": 64 }, "duration": { "from": 0, "to": 86400 }, "startTime": { "from": "2022-01-01T00:00:00Z", "to": null } } } ] }