mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
clarify mqtt password readme
This commit is contained in:
parent
2fbba01577
commit
2768e1dadb
@ -4,8 +4,12 @@ mqtt:
|
|||||||
host: mqtt.server.com
|
host: mqtt.server.com
|
||||||
topic_prefix: frigate
|
topic_prefix: frigate
|
||||||
# client_id: frigate # Optional -- set to override default client id of 'frigate' if running multiple instances
|
# client_id: frigate # Optional -- set to override default client id of 'frigate' if running multiple instances
|
||||||
# user: username # Optional -- Uncomment for use
|
# user: username # Optional
|
||||||
# password: password # Optional -- Uncomment for use
|
#################
|
||||||
|
## Environment variables that begin with 'FRIGATE_' may be referenced in {}.
|
||||||
|
## password: '{FRIGATE_MQTT_PASSWORD}'
|
||||||
|
#################
|
||||||
|
# password: password # Optional
|
||||||
|
|
||||||
#################
|
#################
|
||||||
# Default ffmpeg args. Optional and can be overwritten per camera.
|
# Default ffmpeg args. Optional and can be overwritten per camera.
|
||||||
|
Loading…
Reference in New Issue
Block a user