29 lines
472 B
YAML
29 lines
472 B
YAML
# NextNVR Configuration
|
|
# Edit this file or use the web UI (Settings tab) to configure cameras.
|
|
|
|
server:
|
|
port: ":8080"
|
|
bind_host: "0.0.0.0"
|
|
viewer_port: ":8090"
|
|
|
|
storage:
|
|
recordings_path: "/home/master/nvr_data"
|
|
retention_days: 7
|
|
cleanup_interval_mins: 60
|
|
|
|
auth:
|
|
enabled: false
|
|
master:
|
|
username: ""
|
|
password: ""
|
|
viewer:
|
|
enabled: true
|
|
username: ""
|
|
password: ""
|
|
|
|
go2rtc:
|
|
enabled: false
|
|
port: ":1984"
|
|
binary: "go2rtc"
|
|
|
|
cameras: []
|