mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-04 18:25:22 +03:00
add quote arround password
simply add quote arround password
This commit is contained in:
parent
2eada219cd
commit
bbccfd7547
@ -52,9 +52,9 @@ mqtt:
|
|||||||
# Optional: user
|
# Optional: user
|
||||||
user: mqtt_user
|
user: mqtt_user
|
||||||
# Optional: password
|
# 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}'
|
# e.g. password: '{FRIGATE_MQTT_PASSWORD}'
|
||||||
password: password
|
password: 'password'
|
||||||
# Optional: tls_ca_certs for enabling TLS using self-signed certs (default: None)
|
# Optional: tls_ca_certs for enabling TLS using self-signed certs (default: None)
|
||||||
tls_ca_certs: /path/to/ca.crt
|
tls_ca_certs: /path/to/ca.crt
|
||||||
# Optional: tls_client_cert and tls_client key in order to use self-signed client
|
# Optional: tls_client_cert and tls_client key in order to use self-signed client
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user