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

fix REGISTER_BASE_URL for EKS

parent 3bd11071
No related branches found
No related tags found
1 merge request!109move aws to eks
......@@ -19,7 +19,7 @@ server.port=${APPLICATION_PORT:8080}
AUTHORIZE_API=${ENTITLEMENTS_BASE_URL}/api/entitlements/v2
PARTITION_API=${ENTITLEMENTS_BASE_URL}/api/partition/v1
REGISTER_SERVICE_URL=${ENTITLEMENTS_BASE_URL}/api/register/v1
REGISTER_SERVICE_URL=${REGISTER_BASE_URL}/api/register/v1
aws.ssm=${SSM_ENABLED:True}
aws.environment=${RESOURCE_PREFIX}
......
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