mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
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:
parent
86cd97609d
commit
4c1d34f0e9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user