Added default username and password for MQTT Broker as "admin"

Shabirmean 9 years ago
parent d001a1d47f
commit a7230a083c

@ -35,8 +35,8 @@
<!--<ServerURL>tcp://204.232.188.214</ServerURL>--> <!--<ServerURL>tcp://204.232.188.214</ServerURL>-->
<ServerURL>tcp://localhost</ServerURL> <ServerURL>tcp://localhost</ServerURL>
<Port>1883</Port> <Port>1883</Port>
<Username>.</Username> <Username>admin</Username>
<Password>.</Password> <Password>admin</Password>
</ControlQueue> </ControlQueue>
<ControlQueue> <ControlQueue>

Loading…
Cancel
Save