forked from community/product-iots
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
228 B
10 lines
228 B
9 years ago
|
[Device-Configurations]
|
||
|
owner = ${DEVICE_OWNER}
|
||
|
deviceId = ${DEVICE_ID}
|
||
9 years ago
|
server-ep = ${SERVER_EP}
|
||
9 years ago
|
mqtt-ep = ${MQTT_EP}
|
||
|
xmpp-ep = ${XMPP_EP}
|
||
9 years ago
|
auth-method = token
|
||
|
auth-token = ${DEVICE_TOKEN}
|
||
|
refresh-token = ${DEVICE_REFRESH_TOKEN}
|