Clarify mqtt env-var version requirements

This addresses #5640
This commit is contained in:
Karl Q 2023-03-04 18:08:45 -08:00 committed by GitHub
parent a5e561c81d
commit f9d465964b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,6 +57,7 @@ mqtt:
# 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_'.
# e.g. password: '{FRIGATE_MQTT_PASSWORD}' # e.g. password: '{FRIGATE_MQTT_PASSWORD}'
# This is only supported on Frigate 0.12 and above!
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