diff --git a/config.go b/config.go index d355c18..3f400bb 100644 --- a/config.go +++ b/config.go @@ -88,7 +88,7 @@ func DefaultConfig() Config { ViewerPort: ":8090", }, Storage: StorageConfig{ - RecordingsPath: "/home/master/nvr_data", + RecordingsPath: "/mnt/recordings", RetentionDays: 7, CleanupIntervalMins: 60, },