mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
added xmpp and mqtt configs to file
This commit is contained in:
parent
47a06249bf
commit
ced4a6fbdf
@ -1,6 +1,8 @@
|
|||||||
[Device-Configurations]
|
[Device-Configurations]
|
||||||
owner = ${DEVICE_OWNER}
|
owner = ${DEVICE_OWNER}
|
||||||
deviceId = ${DEVICE_ID}
|
deviceId = ${DEVICE_ID}
|
||||||
|
mqtt-ep = ${MQTT_EP}
|
||||||
|
xmpp-ep = ${XMPP_EP}
|
||||||
auth-method = token
|
auth-method = token
|
||||||
auth-token = ${DEVICE_TOKEN}
|
auth-token = ${DEVICE_TOKEN}
|
||||||
refresh-token = ${DEVICE_REFRESH_TOKEN}
|
refresh-token = ${DEVICE_REFRESH_TOKEN}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user