updated deviceConfig.properties

GPrathap 9 years ago
parent 3c1cad1ade
commit 9b056c362e

@ -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

Loading…
Cancel
Save