A way to define default connection on the server side
post2web opened this issue · 3 comments
post2web commented
What would be the right way to create default mqtt connection on from sever?
edfungus commented
Can you explain a little more. Did you want to change the default broker address to something other than test.mosquitto.org?
post2web commented
I want to change the default connection settings to something other than test.mosquitto.org.
edfungus commented
If you look at the crouton-frame element at line 36, it is declaring a crouton-connect-mqtt element with the default address and port as attributes. If you change those, then the default connection settings will be changed.