From 228f4cd51845fee6c1420b722957a5744d12a59e Mon Sep 17 00:00:00 2001 From: cclohmar Date: Thu, 6 Aug 2026 19:21:43 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20default=20storage=20path=20in=20config?= =?UTF-8?q?=20sample=20=E2=80=94=20/mnt/recordings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.json.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json.sample b/config.json.sample index e1181d4..e469649 100644 --- a/config.json.sample +++ b/config.json.sample @@ -5,7 +5,7 @@ "viewer_port": ":8090" }, "storage": { - "recordings_path": "", + "recordings_path": "/mnt/recordings", "retention_days": 7, "cleanup_interval_mins": 60 },