Add mosquitto configuration for Netz39
this containes the read-bridge from platon
This commit is contained in:
parent
347df8c176
commit
4ec382e8bc
1 changed files with 15 additions and 0 deletions
15
templates/mosquitto.conf.j2
Normal file
15
templates/mosquitto.conf.j2
Normal file
|
@ -0,0 +1,15 @@
|
|||
user root
|
||||
|
||||
persistence true
|
||||
persistence_location /mosquitto/data/
|
||||
log_dest file /mosquitto/log/mosquitto.log
|
||||
|
||||
# Bridge to platon
|
||||
connection br-pottwal-to-platon
|
||||
address platon:1883
|
||||
cleansession false
|
||||
clientid br-pottwal-platon
|
||||
start_type automatic
|
||||
notifications false
|
||||
try_private true
|
||||
topic # in 2
|
Loading…
Reference in a new issue