Support for dynamic MQTT user configuration #4883 (#4956)

* Support for dynamic MQTT user configuration #4883

* Fix substitute condition & docs
This commit is contained in:
Pierre Belanger
2023-01-07 18:10:48 -05:00
committed by GitHub
parent 57dce4ec38
commit bcbf0061ff
2 changed files with 5 additions and 2 deletions

View File

@@ -52,6 +52,8 @@ mqtt:
# NOTE: must be unique if you are running multiple instances
client_id: frigate
# Optional: user
# NOTE: MQTT user can be specified with an environment variables that must begin with 'FRIGATE_'.
# e.g. user: '{FRIGATE_MQTT_USER}'
user: mqtt_user
# Optional: password
# NOTE: MQTT password can be specified with an environment variables that must begin with 'FRIGATE_'.