Rename MQTT bridge to reflect host change

This commit is contained in:
Stefan Haun 2022-06-25 18:20:37 +02:00
parent ad2225744f
commit 3496bcb48a

View file

@ -5,10 +5,10 @@ persistence_location /mosquitto/data/
log_dest file /mosquitto/log/mosquitto.log log_dest file /mosquitto/log/mosquitto.log
# Bridge to platon # Bridge to platon
connection br-pottwal-to-platon connection br-radon-to-platon
address platon:1883 address platon:1883
cleansession false cleansession false
clientid br-pottwal-platon clientid br-radon-platon
start_type automatic start_type automatic
notifications false notifications false
try_private true try_private true