From 2768e1dadbec20703c5a4f921975a95c57ac7517 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Sun, 1 Mar 2020 08:14:28 -0600 Subject: [PATCH] clarify mqtt password readme --- config/config.example.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/config/config.example.yml b/config/config.example.yml index ec50dbb331..ca9844fec1 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -3,9 +3,13 @@ web_port: 5000 mqtt: host: mqtt.server.com topic_prefix: frigate -# client_id: frigate # Optional -- set to override default client id of 'frigate' if running multiple instances -# user: username # Optional -- Uncomment for use -# password: password # Optional -- Uncomment for use + # client_id: frigate # Optional -- set to override default client id of 'frigate' if running multiple instances + # user: username # Optional + ################# + ## Environment variables that begin with 'FRIGATE_' may be referenced in {}. + ## password: '{FRIGATE_MQTT_PASSWORD}' + ################# + # password: password # Optional ################# # Default ffmpeg args. Optional and can be overwritten per camera.