mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-04 02:05:21 +03:00
removes dynamic configuration verbiage
This commit is contained in:
parent
e1a04e814c
commit
90e24e218d
@ -37,7 +37,7 @@ It is not recommended to copy this full configuration file. Only specify values
|
|||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
**Note:** Dynamic configuration values are currently only supported for MQTT password and camera ffmpeg paths. Dynamic values can be set using environment variables with names starting with `FRIGATE_`. For example, `{FRIGATE_MQTT_PASSWORD}`, `{FRIGATE_RTSP_USER}`, `{FRIGATE_RTSP_PASSWORD}`.
|
**Note:** Environment variable substitution is only supported for MQTT password and camera ffmpeg paths. Only environment variables starting with `FRIGATE_` will be used. For example, `{FRIGATE_MQTT_PASSWORD}`, `{FRIGATE_RTSP_USER}`, `{FRIGATE_RTSP_PASSWORD}`.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
mqtt:
|
mqtt:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user