From c0491143fd0fd0abc0b849c884350bc560209b07 Mon Sep 17 00:00:00 2001 From: cclohmar Date: Thu, 6 Aug 2026 19:22:00 +0100 Subject: [PATCH] fix: Go default storage path matches config sample --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, },