|
|
@ -23,18 +23,17 @@
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
<WebappPublisherConfigs>
|
|
|
|
<WebappPublisherConfigs>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- This host is used to define the host address which is used to publish APIs -->
|
|
|
|
<!-- This host is used to define the host address which is used to publish APIs -->
|
|
|
|
<Host>https://localhost:${carbon.https.port}</Host>
|
|
|
|
<Host>https://${iot.core.host}:${iot.core.https.port}</Host>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- If it is true, the APIs of this instance will be published to the defined host -->
|
|
|
|
<!-- If it is true, the APIs of this instance will be published to the defined host -->
|
|
|
|
<PublishAPI>true</PublishAPI>
|
|
|
|
<PublishAPI>true</PublishAPI>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- If it is true, the APIs of this instance will be updated when the webapps are redeployed -->
|
|
|
|
<!-- If it is true, the APIs of this instance will be updated when the webapps are redeployed -->
|
|
|
|
<EnabledUpdateApi>false</EnabledUpdateApi>
|
|
|
|
<EnabledUpdateApi>true</EnabledUpdateApi>
|
|
|
|
|
|
|
|
|
|
|
|
<!--Webapp will be published only when running below profiles-->
|
|
|
|
<!--Webapp will be published only when running below profiles-->
|
|
|
|
<Profiles>
|
|
|
|
<Profiles>
|
|
|
|
<Profile>default</Profile>
|
|
|
|
<Profile>default</Profile>
|
|
|
|
<Profile>devicetype-publisher</Profile>
|
|
|
|
</Profiles>
|
|
|
|
</Profiles>
|
|
|
|
|
|
|
|
</WebappPublisherConfigs>
|
|
|
|
</WebappPublisherConfigs>
|