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 23:39:51 +00:00 committed by GitHub
parent 86cd97609d
commit 4c1d34f0e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,13 @@ onvif:
password: "{FRIGATE_RTSP_PASSWORD}" password: "{FRIGATE_RTSP_PASSWORD}"
``` ```
```yaml
go2rtc:
rtsp:
username: "{FRIGATE_GO2RTC_RTSP_USERNAME}"
password: "{FRIGATE_GO2RTC_RTSP_PASSWORD}"
```
### Full configuration reference: ### Full configuration reference:
:::caution :::caution