Skip to content

Commit

Permalink
20247 Fixed GCP UI Redirection (#631)
Browse files Browse the repository at this point in the history
Fixed GCP redirection to other UIs
  • Loading branch information
JazzarKarim authored Mar 8, 2024
1 parent fa60b53 commit f2e30de
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
10 changes: 7 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ VUE_APP_ADDRESS_COMPLETE_KEY=
VUE_APP_REGISTRY_HOME_URL="https://dev.bcregistry.gov.bc.ca/"
VUE_APP_AUTH_WEB_URL="https://dev.account.bcregistry.gov.bc.ca/"
VUE_APP_BUSINESSES_URL="https://dev.account.bcregistry.gov.bc.ca/"
VUE_APP_DASHBOARD_URL="https://dev.business.bcregistry.gov.bc.ca/"
# for Legal Name feature branch only:
VUE_APP_DASHBOARD_URL="https://business-filings-le-dev.web.app/"
VUE_APP_BUSINESS_CREATE_URL="https://business-create-le-dev.web.app/"
VUE_APP_BUSINESS_EDIT_URL="https://business-edit-le-dev.web.app/"
# VUE_APP_DASHBOARD_URL="https://dev.business.bcregistry.gov.bc.ca/"
# VUE_APP_BUSINESS_CREATE_URL="https://dev.create.business.bcregistry.gov.bc.ca/"
# VUE_APP_BUSINESS_EDIT_URL="https://dev.edit.business.bcregistry.gov.bc.ca/"
VUE_APP_SITEMINDER_LOGOUT_URL="https://logontest7.gov.bc.ca/clp-cgi/logoff.cgi"
VUE_APP_BUSINESS_CREATE_URL="https://dev.create.business.bcregistry.gov.bc.ca/"
VUE_APP_BUSINESS_EDIT_URL="https://dev.edit.business.bcregistry.gov.bc.ca/"

#vaults API
VUE_APP_AUTH_API_URL="https://auth-api-dev.apps.silver.devops.gov.bc.ca"
Expand Down
6 changes: 3 additions & 3 deletions devops/vaults.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ VUE_APP_ADDRESS_COMPLETE_KEY="op://canadapost/$APP_ENV/address-key/ADDRESS_COMPL
VUE_APP_REGISTRY_HOME_URL="op://web-url/$APP_ENV/registry/REGISTRY_HOME_URL"
VUE_APP_AUTH_WEB_URL="op://web-url/$APP_ENV/auth-web/AUTH_WEB_URL"
VUE_APP_BUSINESSES_URL="op://web-url/$APP_ENV/business/BUSINESSES_URL"
VUE_APP_DASHBOARD_URL="op://web-url/$APP_ENV/business/DASHBOARD_URL"
VUE_APP_DASHBOARD_URL="op://web-url/$APP_ENV/business-le/DASHBOARD_URL"
VUE_APP_SITEMINDER_LOGOUT_URL="op://web-url/$APP_ENV/siteminder/SITEMINDER_LOGOUT_URL"
VUE_APP_BUSINESS_CREATE_URL="op://web-url/$APP_ENV/business-create/BUSINESS_CREATE_URL"
VUE_APP_BUSINESS_EDIT_URL="op://web-url/$APP_ENV/business-edit/BUSINESS_EDIT_URL"
VUE_APP_BUSINESS_CREATE_URL="op://web-url/$APP_ENV/business-create-le/BUSINESS_CREATE_URL"
VUE_APP_BUSINESS_EDIT_URL="op://web-url/$APP_ENV/business-edit-le/BUSINESS_EDIT_URL"

#vaults API
VUE_APP_AUTH_API_URL="op://API/$APP_ENV/auth-api/AUTH_API_URL"
Expand Down

0 comments on commit f2e30de

Please sign in to comment.