Skip to content

Commit

Permalink
Small change for frontend URL in PROD.
Browse files Browse the repository at this point in the history
  • Loading branch information
arcshiftsolutions committed Jan 8, 2025
1 parent 0bcb25a commit 7e16f1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/config/update-configmap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ if [ "$envValue" != "prod" ]
then
siteMinderLogoutUrl="https://logontest7.gov.bc.ca/clp-cgi/logoff.cgi?retnow=1&returl="
else
WEB_SERVER_FRONTEND="educationdataexchange.gov.bc.ca"
SERVER_FRONTEND="https://educationdataexchange.gov.bc.ca"
siteMinderLogoutUrl="https://logon7.gov.bc.ca/clp-cgi/logoff.cgi?retnow=1&returl="
fi
Expand Down Expand Up @@ -128,7 +129,7 @@ then
disableSdcFunctionality=true
disableGradFunctionality=true
disableEASFunctionality=true
sldMigrationDate="2025-02-01"
sldMigrationDate="2025-01-17"
fi

IS_RATE_LIMIT_ENABLED=true
Expand Down

0 comments on commit 7e16f1d

Please sign in to comment.