Merge pull request #1859 from charithag/iots-3.3.0

Fixed configurations & Bump device mgt version
application-manager-new
Geeth 6 years ago committed by GitHub
commit 231f8fc66d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -86,8 +86,8 @@
<Environment type="hybrid" api-console="true"> <Environment type="hybrid" api-console="true">
<Name>Production and Sandbox</Name> <Name>Production and Sandbox</Name>
<Description>This is a hybrid gateway that handles both production and sandbox token traffic.</Description> <Description>This is a hybrid gateway that handles both production and sandbox token traffic.</Description>
<!-- Server URL of the API gateway --> <!-- Server URL of the API gateway manager/IoT Manager which has admin services hosted -->
<ServerURL>https://${iot.gateway.host}:${iot.gateway.carbon.https.port}${carbon.context}services/</ServerURL> <ServerURL>https://${iot.manager.host}:${iot.manager.https.port}${carbon.context}services/</ServerURL>
<!-- Admin username for the API gateway. --> <!-- Admin username for the API gateway. -->
<Username>${admin.username}</Username> <Username>${admin.username}</Username>
<!-- Admin password for the API gateway.--> <!-- Admin password for the API gateway.-->

@ -1528,7 +1528,7 @@
<carbon.governance.version>4.7.23</carbon.governance.version> <carbon.governance.version>4.7.23</carbon.governance.version>
<!-- Carbon Device Management--> <!-- Carbon Device Management-->
<carbon.device.mgt.version>3.1.34</carbon.device.mgt.version> <carbon.device.mgt.version>3.1.37</carbon.device.mgt.version>
<carbon.device.mgt.version.range>[3.1.0, 4.0.0)</carbon.device.mgt.version.range> <carbon.device.mgt.version.range>[3.1.0, 4.0.0)</carbon.device.mgt.version.range>
<!-- IOT Device Management --> <!-- IOT Device Management -->

Loading…
Cancel
Save