diff --git a/tdei_uw.env b/tdei_uw.env index 81e569e..590c26a 100644 --- a/tdei_uw.env +++ b/tdei_uw.env @@ -18,10 +18,10 @@ WS_PLATFORM_PRIVACY_POLICY=https://sidewalks.washington.edu/privacy # Web ############################################################################### -WS_TDEI_FRONTEND_URL=https://tdei-usermanagement-web-${ENV}.azurewebsites.net/ -WS_TDEI_BACKEND_URL=https://tdei-usermanagement-be-${ENV}.azurewebsites.net/api/v1/ +WS_TDEI_FRONTEND_URL=https://portal-${ENV}.tdei.us/ +WS_TDEI_BACKEND_URL=https://portal-api-${ENV}.tdei.us/api/v1/ WS_TDEI_API_URL=https://tdei-api-${ENV}.azurewebsites.net/api/v1/ -WS_TDEI_OIDC_URL=https://tdei-keycloak.azurewebsites.net/ +WS_TDEI_OIDC_URL=https://account-{$ENV}.tdei.us/ WS_TDEI_OIDC_REALM=tdei WS_FRONTEND_HOST=workspaces-${ENV}.sidewalks.washington.edu