From d50a62ef0c1b147db5f49fc7fc8c4f9277af3c93 Mon Sep 17 00:00:00 2001 From: Matt Wise <wsmatth@amazon.com> Date: Tue, 1 Jun 2021 22:10:01 +0000 Subject: [PATCH] fix partition API to use proper individual base url commit 7f0b09f7 Author: Matt Wise <wsmatth@amazon.com> Date: Tue Jun 01 2021 17:00:48 GMT-0500 (Central Daylight Time) fix partition API to use proper individual base url --- provider/legal-aws/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provider/legal-aws/src/main/resources/application.properties b/provider/legal-aws/src/main/resources/application.properties index 681d6325d..ab892709b 100644 --- a/provider/legal-aws/src/main/resources/application.properties +++ b/provider/legal-aws/src/main/resources/application.properties @@ -14,7 +14,7 @@ aws.region=${AWS_REGION} REGION=${AWS_REGION} AUTHORIZE_API=${ENTITLEMENTS_BASE_URL}/api/entitlements/v2 -PARTITION_API=${ENTITLEMENTS_BASE_URL}/api/partition/v1 +PARTITION_API=${PARTITION_BASE_URL}/api/partition/v1 LEGAL_HOSTNAME=notused CRON_JOB_IP=10.0.0.1 ACCEPT_HTTP=true -- GitLab