From bbccfd754724e6f92c1778b858c92e74999a848e Mon Sep 17 00:00:00 2001 From: Kamahat Date: Tue, 18 Oct 2022 10:05:54 +0200 Subject: [PATCH] add quote arround password simply add quote arround password --- docs/docs/configuration/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index 57bc815dd..3624e690c 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -52,9 +52,9 @@ mqtt: # Optional: user user: mqtt_user # Optional: password - # NOTE: MQTT password can be specified with an environment variables that must begin with 'FRIGATE_'. + # NOTE: MQTT password can be specified with an environment variables that must begin with 'FRIGATE_' with quote # e.g. password: '{FRIGATE_MQTT_PASSWORD}' - password: password + password: 'password' # Optional: tls_ca_certs for enabling TLS using self-signed certs (default: None) tls_ca_certs: /path/to/ca.crt # Optional: tls_client_cert and tls_client key in order to use self-signed client