Skip to content

Commit 0e11d9a

Browse files
authored
xuy-UID2-4989-p-operator-e2es (#1504)
1 parent 2e38f39 commit 0e11d9a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

scripts/aws/EUID_CloudFormation.template.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,11 @@ Resources:
161161
SecretString: !Join
162162
- ''
163163
- - '{'
164-
- '"core_base_url": '
165-
- !If [IsIntegEnvironment, 'https://core.integ.euid.eu', 'https://core.prod.euid.eu']
166-
- ', "optout_base_url": '
167-
- !If [IsIntegEnvironment, 'https://optout.integ.euid.eu', 'https://optout.prod.euid.eu']
168-
- ', "operator_key": "'
164+
- '"core_base_url": "'
165+
- !If [IsIntegEnvironment, 'https://core-integ.uidapi.com', 'https://core.uidapi.com']
166+
- '", "optout_base_url": "'
167+
- !If [IsIntegEnvironment, 'https://optout-integ.uidapi.com', 'https://optout.uidapi.com']
168+
- '", "operator_key": "'
169169
- Ref: APIToken
170170
- '"'
171171
- ', "service_instances": 6'

0 commit comments

Comments
 (0)