Rename MQTT bridge to reflect host change
This commit is contained in:
parent
ad2225744f
commit
3496bcb48a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue