feat(homeassistant): Add Mosquitto MQTT broker
This commit is contained in:
12
homeassistant/mosquitto/config/mosquitto.conf
Executable file
12
homeassistant/mosquitto/config/mosquitto.conf
Executable file
@@ -0,0 +1,12 @@
|
||||
persistence true
|
||||
persistence_location /mosquitto/data
|
||||
|
||||
password_file /mosquitto/config/pwfile
|
||||
allow_anonymous false
|
||||
|
||||
log_dest file /mosquitto/log/mosquitto.log
|
||||
|
||||
listener 1883
|
||||
|
||||
listener 1880 127.0.0.1
|
||||
allow_anonymous true
|
||||
Reference in New Issue
Block a user