Update config json schema

Fixes #256
This commit is contained in:
2024-12-03 07:26:36 +01:00
parent 8a10b69716
commit 907e80a01c
2 changed files with 471 additions and 424 deletions

View File

@@ -91,7 +91,7 @@ type ResampleConfig struct {
type CronFrequency struct {
// Duration Update Worker [Defaults to '5m']
DurationWorker string `json:"duration-worker"`
// Metric- and Energy Footprint Update Worker [Defaults to '10m']
// Metric-Footprint Update Worker [Defaults to '10m']
FootprintWorker string `json:"footprint-worker"`
}