From 90e24e218d43f3266613f3d9da671b0d753f1d71 Mon Sep 17 00:00:00 2001 From: John Ritsema Date: Sun, 19 Feb 2023 22:00:14 -0500 Subject: [PATCH] removes `dynamic configuration` verbiage --- docs/docs/configuration/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index d8329d497..7b6b01896 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -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 mqtt: