add quote arround password

simply add quote arround password
This commit is contained in:
Kamahat 2022-10-18 10:05:54 +02:00 committed by GitHub
parent 2eada219cd
commit bbccfd7547
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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