Stefan Haun
1b88909edf
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.
20 lines
340 B
Django/Jinja
20 lines
340 B
Django/Jinja
user root
|
|
|
|
persistence true
|
|
persistence_location /mosquitto/data/
|
|
log_dest file /mosquitto/log/mosquitto.log
|
|
|
|
listener 1883 0.0.0.0
|
|
|
|
allow_anonymous true
|
|
|
|
|
|
# Bridge to platon
|
|
connection br-radon-to-platon
|
|
address platon:1883
|
|
cleansession false
|
|
clientid br-radon-platon
|
|
start_type automatic
|
|
notifications false
|
|
try_private true
|
|
topic # in 2
|