mirror of
https://github.com/ClusterCockpit/cc-metric-store.git
synced 2026-02-02 01:31:46 +01:00
Add configuration options and enable dynamic memory management through cc-backend callback
This commit is contained in:
@@ -29,6 +29,10 @@ var configSchema = `
|
||||
"description": "Drop root permissions once the port was taken. Only applicable if using privileged port.",
|
||||
"type": "string"
|
||||
},
|
||||
"backend-url": {
|
||||
"description": "URL of cc-backend for querying job information (e.g., 'https://localhost:8080').",
|
||||
"type": "string"
|
||||
},
|
||||
"debug": {
|
||||
"description": "Debug options.",
|
||||
"type": "object",
|
||||
|
||||
Reference in New Issue
Block a user