mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Fix typo: an environment variables (#9157)
This commit is contained in:
parent
66701b9cf9
commit
c5ccc0fb08
@ -77,11 +77,11 @@ mqtt:
|
|||||||
# NOTE: must be unique if you are running multiple instances
|
# NOTE: must be unique if you are running multiple instances
|
||||||
client_id: frigate
|
client_id: frigate
|
||||||
# Optional: user
|
# Optional: user
|
||||||
# NOTE: MQTT user can be specified with an environment variables or docker secrets that must begin with 'FRIGATE_'.
|
# NOTE: MQTT user can be specified with an environment variable or docker secrets that must begin with 'FRIGATE_'.
|
||||||
# e.g. user: '{FRIGATE_MQTT_USER}'
|
# e.g. user: '{FRIGATE_MQTT_USER}'
|
||||||
user: mqtt_user
|
user: mqtt_user
|
||||||
# Optional: password
|
# Optional: password
|
||||||
# NOTE: MQTT password can be specified with an environment variables or docker secrets that must begin with 'FRIGATE_'.
|
# NOTE: MQTT password can be specified with an environment variable or docker secrets that must begin with 'FRIGATE_'.
|
||||||
# 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)
|
||||||
|
Loading…
Reference in New Issue
Block a user