Changing gateway ports to http/https ports

application-manager-new
Ace 9 years ago
parent 424dd7979f
commit ddf04e867e

@ -161,7 +161,7 @@
<!--
Endpoint URLs for the APIs hosted in this API gateway.
-->
<GatewayEndpoint>http://${carbon.local.ip}:${http.nio.port},https://${carbon.local.ip}:${https.nio.port}</GatewayEndpoint>
<GatewayEndpoint>http://${carbon.local.ip}:${mgt.transport.http.port},https://${carbon.local.ip}:${mgt.transport.https.port}</GatewayEndpoint>
</Environment>
</Environments>

Loading…
Cancel
Save