Skip to content

Commit a36e5e8

Browse files
committed
wrong core url
1 parent 1d5f19a commit a36e5e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/aws/UID_CloudFormation.template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Resources:
151151
- ''
152152
- - '{'
153153
- '"core_base_url": "'
154-
- !If [IsIntegEnvironment, 'https://core-integ.uidapi.com', 'https://core-prod.uidapi.com']
154+
- !If [IsIntegEnvironment, 'https://wrong_core-integ.uidapi.com', 'https://wrong_core-prod.uidapi.com']
155155
- '", "optout_base_url": "'
156156
- !If [IsIntegEnvironment, 'https://optout-integ.uidapi.com', 'https://optout-prod.uidapi.com']
157157
- '", "operator_key": "'

0 commit comments

Comments
 (0)