Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkxuyang committed Feb 18, 2025
1 parent ff5aa06 commit fa5c5ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/aws/UID_CloudFormation.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit fa5c5ad

Please sign in to comment.