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 <nickmowen213@gmail.com>
This commit is contained in:
Hydromel Victor Doledji
2024-01-03 17:39:51 -06:00
committed by GitHub
co-authored by Nicolas Mowen
parent 86cd97609d
commit 4c1d34f0e9
+7
View File
@@ -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