From 4c1d34f0e9c41692b7cce737ba8f4bfe4145a53b Mon Sep 17 00:00:00 2001 From: Hydromel Victor Doledji Date: Wed, 3 Jan 2024 23:39:51 +0000 Subject: [PATCH] update docs to clarify variable substitution in go2rtc (#9181) * update docs to clarify variable substitution in go2rtc * update to complet * cleanup spacing --------- Co-authored-by: Nicolas Mowen --- docs/docs/configuration/index.md | 7 +++++++ 1 file changed, 7 insertions(+) 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