Skip to content

Commit 3218db2

Browse files
Fix EUID
1 parent d755446 commit 3218db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/aws/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ build_operator_config() {
6666
#Allow override of base URL in non-prod environments
6767
CORE_PATTERN="https://core.*uidapi.com"
6868
OPTOUT_PATTERN="https://optout.*uidapi.com"
69-
if [[ "$DEPLOYMENT_ENVIRONMENT" == "euid" ]]; then
69+
if [[ "$IDENTITY_SCOPE_LOWER" == "euid" ]]; then
7070
CORE_PATTERN="https://core.*euid.eu"
7171
OPTOUT_PATTERN="https://optout.*euid.eu"
7272
fi

0 commit comments

Comments
 (0)