NextNVR/config.yaml

18 lines
314 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"
storage:
recordings_path: "/mnt/recordings"
retention_days: 18
cleanup_interval_mins: 60
go2rtc:
enabled: false
port: ":1984"
binary: "go2rtc"
cameras: []