diff --git a/configs/config-demo.json b/configs/config-demo.json index 51edb72c..509c8f18 100644 --- a/configs/config-demo.json +++ b/configs/config-demo.json @@ -26,4 +26,4 @@ "retention-in-memory": "48h", "memory-cap": 100 } -} \ No newline at end of file +} diff --git a/configs/config.json b/configs/config.json index 584baed3..c2361a1c 100644 --- a/configs/config.json +++ b/configs/config.json @@ -8,6 +8,11 @@ "api-allowed-ips": ["*"], "short-running-jobs-duration": 300, "enable-job-taggers": true, + "nodestate-retention": { + "policy": "move", + "target-kind": "file", + "target-path": "./var/nodestate-archive" + }, "resampling": { "minimum-points": 600, "trigger": 180, @@ -92,4 +97,3 @@ }, "ui-file": "ui-config.json" } -