Skip to content

Commit

Permalink
Question-1
Browse files Browse the repository at this point in the history
  • Loading branch information
abuabraham-ttd committed Nov 18, 2024
1 parent 130340d commit 278152a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/aws/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ else
exit 1
fi

# DO WE NEED THIS? do we expect customers to change URL?
# -- replace base URLs if both CORE_BASE_URL and OPTOUT_BASE_URL are provided
# -- using hardcoded domains is fine because they should not be changed frequently
if [ -n "${CORE_BASE_URL}" ] && [ "${CORE_BASE_URL}" != "null" ] && [ -n "${OPTOUT_BASE_URL}" ] && [ "${OPTOUT_BASE_URL}" != "null" ] && [ "${DEPLOYMENT_ENVIRONMENT}" != "prod" ]; then
Expand Down

0 comments on commit 278152a

Please sign in to comment.