Fix mosquitto conf for version 2.x
Apparently Mosquitto had some breaking changes in the configuration, so we need to add some values to the new version. This only became visible after the DNS change in our Router. This fix has been tested and is working.
This commit is contained in:
parent
218fb4786c
commit
1b88909edf
1 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,11 @@ persistence true
|
||||||
persistence_location /mosquitto/data/
|
persistence_location /mosquitto/data/
|
||||||
log_dest file /mosquitto/log/mosquitto.log
|
log_dest file /mosquitto/log/mosquitto.log
|
||||||
|
|
||||||
|
listener 1883 0.0.0.0
|
||||||
|
|
||||||
|
allow_anonymous true
|
||||||
|
|
||||||
|
|
||||||
# Bridge to platon
|
# Bridge to platon
|
||||||
connection br-radon-to-platon
|
connection br-radon-to-platon
|
||||||
address platon:1883
|
address platon:1883
|
||||||
|
|
Loading…
Reference in a new issue