fix: Go default storage path matches config sample

This commit is contained in:
Claus Lohmar 2026-08-06 19:22:00 +01:00
parent 228f4cd518
commit c0491143fd

View file

@ -88,7 +88,7 @@ func DefaultConfig() Config {
ViewerPort: ":8090",
},
Storage: StorageConfig{
RecordingsPath: "/home/master/nvr_data",
RecordingsPath: "/mnt/recordings",
RetentionDays: 7,
CleanupIntervalMins: 60,
},