allow mqtt client_id to be set for multi frigate setups

This commit is contained in:
Blake Blackshear
2019-12-08 09:09:55 -06:00
parent e818744d81
commit 297e2f1c0c
2 changed files with 3 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ 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