Merge pull request #224 from rasika/master

Updating APIKeyValidator/ServerURL to pick current IP instead of "localhost"
application-manager-new
Ruwan 8 years ago committed by GitHub
commit 3382e2c144

@ -202,7 +202,7 @@
-->
<APIKeyValidator>
<!-- Server URL of the API key manager -->
<ServerURL>https://localhost:${mgt.transport.https.port}${carbon.context}services/</ServerURL>
<ServerURL>https://${carbon.local.ip}:${mgt.transport.https.port}${carbon.context}services/</ServerURL>
<!-- Admin username for API key manager. -->
<Username>${admin.username}</Username>

Loading…
Cancel
Save