From e1a04e814c899b7a1a5cfd187520a1cdeb5c46aa Mon Sep 17 00:00:00 2001 From: John Ritsema Date: Tue, 3 Jan 2023 17:17:12 -0500 Subject: [PATCH] less technical 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 d1804247d..d8329d497 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 supported in the following sections: `mqtt.password` and `cameras..ffmpeg.inputs.[].path`. 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:** 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}`. ```yaml mqtt: