mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
Merge pull request #224 from rasika/master
Updating APIKeyValidator/ServerURL to pick current IP instead of "localhost"
This commit is contained in:
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…
Reference in New Issue
Block a user