From 51241872c860ad8d45bf315038802dfc3bea0766 Mon Sep 17 00:00:00 2001 From: GuoQing Liu <842607283@qq.com> Date: Wed, 18 Mar 2026 18:17:41 +0800 Subject: [PATCH] Update ONVIF configuration notes in reference.md --- docs/docs/configuration/reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration/reference.md b/docs/docs/configuration/reference.md index 19a705192..edcea57a1 100644 --- a/docs/docs/configuration/reference.md +++ b/docs/docs/configuration/reference.md @@ -908,8 +908,8 @@ cameras: onvif: # Required: host of the camera being connected to. # NOTE: HTTP is assumed by default; HTTPS is supported if you specify the scheme, ex: "https://0.0.0.0". - # NOTE: ONVIF host, user, and password can be specified with environment variables or docker secrets - # that must begin with 'FRIGATE_'. e.g. host: '{FRIGATE_ONVIF_HOST}' + # NOTE: ONVIF user, and password can be specified with environment variables or docker secrets + # that must begin with 'FRIGATE_'. e.g. host: '{FRIGATE_ONVIF_USERNAME}' host: 0.0.0.0 # Optional: ONVIF port for device (default: shown below). port: 8000