From a7230a083cb7c148587ecb6837b81c1dc706e5b1 Mon Sep 17 00:00:00 2001 From: Shabirmean Date: Thu, 21 Jan 2016 23:32:32 +0530 Subject: [PATCH] Added default username and password for MQTT Broker as "admin" --- .../src/main/resources/conf/devicemgt-config.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/conf/devicemgt-config.xml b/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/conf/devicemgt-config.xml index 88163ab84e..aa0026bb71 100644 --- a/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/conf/devicemgt-config.xml +++ b/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/conf/devicemgt-config.xml @@ -35,8 +35,8 @@ tcp://localhost 1883 - . - . + admin + admin