fix: Go default storage path matches config sample
This commit is contained in:
parent
228f4cd518
commit
c0491143fd
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ func DefaultConfig() Config {
|
|||
ViewerPort: ":8090",
|
||||
},
|
||||
Storage: StorageConfig{
|
||||
RecordingsPath: "/home/master/nvr_data",
|
||||
RecordingsPath: "/mnt/recordings",
|
||||
RetentionDays: 7,
|
||||
CleanupIntervalMins: 60,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue