Skip to content

Commit

Permalink
clarify mqtt password readme
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeblackshear committed Mar 4, 2020
1 parent 2fbba01 commit 2768e1d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions config/config.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ web_port: 5000
mqtt:
host: mqtt.server.com
topic_prefix: frigate
# client_id: frigate # Optional -- set to override default client id of 'frigate' if running multiple instances
# user: username # Optional -- Uncomment for use
# password: password # Optional -- Uncomment for use
# client_id: frigate # Optional -- set to override default client id of 'frigate' if running multiple instances
# user: username # Optional
#################
## 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.
Expand Down

0 comments on commit 2768e1d

Please sign in to comment.