|
|
@ -9,9 +9,12 @@
|
|
|
|
<property key="jobQueueSize">10000</property>
|
|
|
|
<property key="jobQueueSize">10000</property>
|
|
|
|
<property key="maximumHttpConnectionPerHost">2</property>
|
|
|
|
<property key="maximumHttpConnectionPerHost">2</property>
|
|
|
|
<property key="maximumTotalHttpConnection">100</property>
|
|
|
|
<property key="maximumTotalHttpConnection">100</property>
|
|
|
|
<property key="keymanagerUrl">https://${iot.keymanager.host}:${iot.keymanager.https.port}</property>
|
|
|
|
<property key="tokenUrl">https://${iot.keymanager.host}:${iot.keymanager.https.port}</property>
|
|
|
|
<property key="username">admin</property>
|
|
|
|
<property key="username">admin</property>
|
|
|
|
<property key="password">admin</property>
|
|
|
|
<property key="password">admin</property>
|
|
|
|
|
|
|
|
<property key="tokenUrl">https://${iot.gateway.host}:${iot.gateway.https.port}/token</property>
|
|
|
|
|
|
|
|
<property key="deviceMgtServerUrl">https://${iot.gateway.host}:${iot.gateway.https.port}</property>
|
|
|
|
|
|
|
|
<property key="tokenRefreshTimeOffset">100</property>
|
|
|
|
</adapterConfig>
|
|
|
|
</adapterConfig>
|
|
|
|
|
|
|
|
|
|
|
|
<adapterConfig type="oauth-mqtt">
|
|
|
|
<adapterConfig type="oauth-mqtt">
|
|
|
@ -22,8 +25,9 @@
|
|
|
|
<property key="jobQueueSize">10000</property>
|
|
|
|
<property key="jobQueueSize">10000</property>
|
|
|
|
<property key="connectionKeepAliveInterval">60</property>
|
|
|
|
<property key="connectionKeepAliveInterval">60</property>
|
|
|
|
<property key="dcrUrl">https://${iot.keymanager.host}:${iot.keymanager.https.port}/client-registration/v0.11/register</property>
|
|
|
|
<property key="dcrUrl">https://${iot.keymanager.host}:${iot.keymanager.https.port}/client-registration/v0.11/register</property>
|
|
|
|
<property key="tokenUrl">https://${iot.gateway.host}:${iot.gateway.https.port}/token</property>
|
|
|
|
|
|
|
|
<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="password">admin</property>
|
|
|
|
</adapterConfig>]]></value>
|
|
|
|
</adapterConfig>]]></value>
|
|
|
|
</add>
|
|
|
|
</add>
|
|
|
|
</processor>
|
|
|
|
</processor>
|