mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
10 lines
228 B
INI
10 lines
228 B
INI
[Device-Configurations]
|
|
owner = ${DEVICE_OWNER}
|
|
deviceId = ${DEVICE_ID}
|
|
server-ep = ${SERVER_EP}
|
|
mqtt-ep = ${MQTT_EP}
|
|
xmpp-ep = ${XMPP_EP}
|
|
auth-method = token
|
|
auth-token = ${DEVICE_TOKEN}
|
|
refresh-token = ${DEVICE_REFRESH_TOKEN}
|