Updating APIKeyValidator/ServerURL to pick current IP instead of "localhost"

merge-requests/1/head
Rasika Perera 8 years ago
parent fc821e1cab
commit c2806678e6

@ -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