fix: default storage path in config sample — /mnt/recordings

This commit is contained in:
Claus Lohmar 2026-08-06 19:21:43 +01:00
parent deb2380507
commit 228f4cd518

View file

@ -5,7 +5,7 @@
"viewer_port": ":8090" "viewer_port": ":8090"
}, },
"storage": { "storage": {
"recordings_path": "", "recordings_path": "/mnt/recordings",
"retention_days": 7, "retention_days": 7,
"cleanup_interval_mins": 60 "cleanup_interval_mins": 60
}, },