From c322d395e8ae4319edefb99ef68e67f9c0e45470 Mon Sep 17 00:00:00 2001 From: GuoQing Liu <842607283@qq.com> Date: Wed, 18 Mar 2026 18:14:31 +0800 Subject: [PATCH] docs: remove onvif host environment variable --- docs/docs/configuration/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index efa59246f..a7495b28b 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -61,7 +61,7 @@ mqtt: ```yaml onvif: - host: "{FRIGATE_ONVIF_HOST}" + host: "192.168.1.12" port: 8000 user: "{FRIGATE_RTSP_USER}" password: "{FRIGATE_RTSP_PASSWORD}"