From 25984068964cd39a6cd1433bb1ee87737e3dc1d8 Mon Sep 17 00:00:00 2001 From: John Ritsema Date: Tue, 3 Jan 2023 17:05:24 -0500 Subject: [PATCH] docs: adds note about dynamic config --- docs/docs/configuration/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index e8cb46178..d1804247d 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -37,6 +37,8 @@ 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}`. + ```yaml mqtt: # Optional: Enable mqtt server (default: shown below)