updated deviceConfig.properties

GPrathap 9 years ago
parent 3c1cad1ade
commit 9b056c362e

@ -15,18 +15,18 @@
# #
# #
[Device-Configurations] [Device-Configurations]
owner=admin owner=${DEVICE_OWNER}
deviceId=1iv9uchjd5lq0 deviceId=${DEVICE_ID}
device-name=teddr_1iv9uchjd5lq0 device-name=${DEVICE_NAME}
controller-context=/raspberrypi/RaspberryPiDeviceManager/controller controller-context=/drone_analyzer/controller
https-ep=https://192.168.237.1:9443 https-ep=${HTTPS_EP}
http-ep=http://192.168.237.1:9763 http-ep=${HTTP_EP}
apim-ep=http://localhost:8280 apim-ep=${APIM_EP}
mqtt-ep=tcp://204.232.188.214:1883 mqtt-ep=${MQTT_EP}
xmpp-ep=http://204.232.188.215:5222 xmpp-ep=${XMPP_EP}
auth-method=token auth-method=token
auth-token=1f8fcefa0bb80aac9ae92e0497b19b94 auth-token=${DEVICE_TOKEN}
refresh-token=d83c134e2038f4ef37d545c23b3be768 refresh-token=${DEVICE_REFRESH_TOKEN}
push-interval=15 push-interval=15

Loading…
Cancel
Save