|
|
@ -14,6 +14,8 @@
|
|
|
|
<property key="url">tcp://${mqtt.broker.host}:${mqtt.broker.port}</property>
|
|
|
|
<property key="url">tcp://${mqtt.broker.host}:${mqtt.broker.port}</property>
|
|
|
|
<property key="username">admin</property>
|
|
|
|
<property key="username">admin</property>
|
|
|
|
<property key="password">admin</property>
|
|
|
|
<property key="password">admin</property>
|
|
|
|
|
|
|
|
<property key="qos">2</property>
|
|
|
|
|
|
|
|
<property key="clearSession">true</property>
|
|
|
|
</adapterConfig>
|
|
|
|
</adapterConfig>
|
|
|
|
|
|
|
|
|
|
|
|
<adapterConfig type="secured-websocket">
|
|
|
|
<adapterConfig type="secured-websocket">
|
|
|
@ -32,8 +34,6 @@
|
|
|
|
<property key="deviceMgtServerUrl">https://${iot.gateway.host}:${iot.gateway.https.port}</property>
|
|
|
|
<property key="deviceMgtServerUrl">https://${iot.gateway.host}:${iot.gateway.https.port}</property>
|
|
|
|
<property key="username">admin</property>
|
|
|
|
<property key="username">admin</property>
|
|
|
|
<property key="password">admin</property>
|
|
|
|
<property key="password">admin</property>
|
|
|
|
<!--websocket connection permissions which are validated for grouping (can have multiple permission.)-->
|
|
|
|
|
|
|
|
<property key="statsPermission">/permission/admin/device-mgt/realtime_analytics</property>
|
|
|
|
|
|
|
|
<!--offset time from expiry time to trigger refresh call (in seconds)-->
|
|
|
|
<!--offset time from expiry time to trigger refresh call (in seconds)-->
|
|
|
|
<property key="tokenRefreshTimeOffset">100</property>
|
|
|
|
<property key="tokenRefreshTimeOffset">100</property>
|
|
|
|
</adapterConfig>]]></value>
|
|
|
|
</adapterConfig>]]></value>
|
|
|
|