Skip to content
Snippets Groups Projects
Commit e1e781f8 authored by Rucha Deshpande's avatar Rucha Deshpande
Browse files

use Entitlements V2

parent d0f0b320
No related branches found
No related tags found
1 merge request!84multitenant-v2
......@@ -18,9 +18,9 @@ server.servlet.contextPath=/api/register/v1
server.port=${APPLICATION_PORT:8080}
ACCEPT_HTTP=true
##AUTHORIZE_API=${ENTITLEMENTS_BASE_URL}/api/entitlements/v1
#Register service is using AppServiceConfig to define all env. variables. Here ENTITLEMENTS_API is used instead of AUTHORIZE_API
ENTITLEMENTS_API=${ENTITLEMENTS_BASE_URL}/api/entitlements/v1
ENTITLEMENTS_API=${ENTITLEMENTS_BASE_URL}/api/entitlements/v2
PARTITION_API=${ENTITLEMENTS_BASE_URL}/api/partition/v1
## AWS DynamoDB configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment