product-iots/modules/samples/firealarm/sketch/deviceConfigs.cfg

10 lines
228 B
INI
Raw Normal View History

2015-07-21 07:07:53 +00:00
[Device-Configurations]
owner = ${DEVICE_OWNER}
deviceId = ${DEVICE_ID}
2015-08-19 06:26:28 +00:00
server-ep = ${SERVER_EP}
2015-07-23 14:16:15 +00:00
mqtt-ep = ${MQTT_EP}
xmpp-ep = ${XMPP_EP}
2015-07-21 07:07:53 +00:00
auth-method = token
auth-token = ${DEVICE_TOKEN}
refresh-token = ${DEVICE_REFRESH_TOKEN}