From fa5c5adc54b754e1236359b9c8ebddc54dd0dda8 Mon Sep 17 00:00:00 2001 From: Xu Yang Date: Tue, 18 Feb 2025 13:01:13 -0800 Subject: [PATCH] update --- scripts/aws/UID_CloudFormation.template.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/aws/UID_CloudFormation.template.yml b/scripts/aws/UID_CloudFormation.template.yml index 0c0e9b359..e2422c1fe 100644 --- a/scripts/aws/UID_CloudFormation.template.yml +++ b/scripts/aws/UID_CloudFormation.template.yml @@ -189,11 +189,11 @@ Resources: SecretString: !Join - '' - - '{' - - '"core_base_url": ' + - '"core_base_url": "' - !If [IsIntegEnvironment, 'https://core-integ.uidapi.com', 'https://core.uidapi.com'] - - ', "optout_base_url": ' + - '", "optout_base_url": "' - !If [IsIntegEnvironment, 'https://optout-integ.uidapi.com', 'https://optout.uidapi.com'] - - ', "operator_key": "' + - '", "operator_key": "' - Ref: APIToken - '"' - ', "service_instances": 6'