diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index 86f5174ae..6fc7873f2 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -47,6 +47,13 @@ onvif: password: "{FRIGATE_RTSP_PASSWORD}" ``` +```yaml +go2rtc: + rtsp: + username: "{FRIGATE_GO2RTC_RTSP_USERNAME}" + password: "{FRIGATE_GO2RTC_RTSP_PASSWORD}" +``` + ### Full configuration reference: :::caution