added xmpp and mqtt configs to file

This commit is contained in:
Shabir Mohamed 2015-07-23 19:46:15 +05:30
parent 47a06249bf
commit ced4a6fbdf

View File

@ -1,6 +1,8 @@
[Device-Configurations]
owner = ${DEVICE_OWNER}
deviceId = ${DEVICE_ID}
mqtt-ep = ${MQTT_EP}
xmpp-ep = ${XMPP_EP}
auth-method = token
auth-token = ${DEVICE_TOKEN}
refresh-token = ${DEVICE_REFRESH_TOKEN}