Skip to content

Commit 390fd1a

Browse files
committed
Changing URLs of resources to be env tied
1 parent 5766d77 commit 390fd1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tdei_uw.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ WS_PLATFORM_PRIVACY_POLICY=https://sidewalks.washington.edu/privacy
1818
# Web
1919
###############################################################################
2020

21-
WS_TDEI_FRONTEND_URL=https://tdei-usermanagement-web-${ENV}.azurewebsites.net/
22-
WS_TDEI_BACKEND_URL=https://tdei-usermanagement-be-${ENV}.azurewebsites.net/api/v1/
21+
WS_TDEI_FRONTEND_URL=https://portal-${ENV}.tdei.us/
22+
WS_TDEI_BACKEND_URL=https://portal-api-${ENV}.tdei.us/api/v1/
2323
WS_TDEI_API_URL=https://tdei-api-${ENV}.azurewebsites.net/api/v1/
24-
WS_TDEI_OIDC_URL=https://tdei-keycloak.azurewebsites.net/
24+
WS_TDEI_OIDC_URL=https://account-{$ENV}.tdei.us/
2525
WS_TDEI_OIDC_REALM=tdei
2626

2727
WS_FRONTEND_HOST=workspaces-${ENV}.sidewalks.washington.edu

0 commit comments

Comments
 (0)