From 9b056c362e8fc88c5eaa672b5a307dc5628a790a Mon Sep 17 00:00:00 2001 From: GPrathap Date: Mon, 21 Dec 2015 10:38:50 +0530 Subject: [PATCH] updated deviceConfig.properties --- .../resources/agent/deviceConfig.properties | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/features/device-mgt-iot-raspberrypi-feature/org.wso2.carbon.device.mgt.iot.raspberrypi.feature/src/main/resources/agent/deviceConfig.properties b/features/device-mgt-iot-raspberrypi-feature/org.wso2.carbon.device.mgt.iot.raspberrypi.feature/src/main/resources/agent/deviceConfig.properties index d0ff294179..e4e587cbc6 100644 --- a/features/device-mgt-iot-raspberrypi-feature/org.wso2.carbon.device.mgt.iot.raspberrypi.feature/src/main/resources/agent/deviceConfig.properties +++ b/features/device-mgt-iot-raspberrypi-feature/org.wso2.carbon.device.mgt.iot.raspberrypi.feature/src/main/resources/agent/deviceConfig.properties @@ -15,18 +15,18 @@ # # [Device-Configurations] -owner=admin -deviceId=1iv9uchjd5lq0 -device-name=teddr_1iv9uchjd5lq0 -controller-context=/raspberrypi/RaspberryPiDeviceManager/controller -https-ep=https://192.168.237.1:9443 -http-ep=http://192.168.237.1:9763 -apim-ep=http://localhost:8280 -mqtt-ep=tcp://204.232.188.214:1883 -xmpp-ep=http://204.232.188.215:5222 +owner=${DEVICE_OWNER} +deviceId=${DEVICE_ID} +device-name=${DEVICE_NAME} +controller-context=/drone_analyzer/controller +https-ep=${HTTPS_EP} +http-ep=${HTTP_EP} +apim-ep=${APIM_EP} +mqtt-ep=${MQTT_EP} +xmpp-ep=${XMPP_EP} auth-method=token -auth-token=1f8fcefa0bb80aac9ae92e0497b19b94 -refresh-token=d83c134e2038f4ef37d545c23b3be768 +auth-token=${DEVICE_TOKEN} +refresh-token=${DEVICE_REFRESH_TOKEN} push-interval=15