edfungus/Crouton

A way to define default connection on the server side

post2web opened this issue · 3 comments

What would be the right way to create default mqtt connection on from sever?

Can you explain a little more. Did you want to change the default broker address to something other than test.mosquitto.org?

I want to change the default connection settings to something other than test.mosquitto.org.

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.