edfungus / Crouton

Crouton MQTT IOT Dashboard
http://crouton.mybluemix.net/
Other
291 stars 69 forks source link

A way to define default connection on the server side #19

Closed post2web closed 8 years ago

post2web commented 8 years ago

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

edfungus commented 8 years ago

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

post2web commented 8 years ago

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

edfungus commented 8 years ago

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.