fix: default storage path in config sample — /mnt/recordings
This commit is contained in:
parent
deb2380507
commit
228f4cd518
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
"viewer_port": ":8090"
|
"viewer_port": ":8090"
|
||||||
},
|
},
|
||||||
"storage": {
|
"storage": {
|
||||||
"recordings_path": "",
|
"recordings_path": "/mnt/recordings",
|
||||||
"retention_days": 7,
|
"retention_days": 7,
|
||||||
"cleanup_interval_mins": 60
|
"cleanup_interval_mins": 60
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue