From 508671b0aaac1cad25ff1c6b253a8bf283cbc4ea Mon Sep 17 00:00:00 2001 From: ketaki-deodhar <116035339+ketaki-deodhar@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:17:20 -0700 Subject: [PATCH] replace auth url (#733) --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 3c9081db..81366ab9 100644 --- a/.env.example +++ b/.env.example @@ -12,7 +12,7 @@ VUE_APP_DASHBOARD_URL="https://dev.business.bcregistry.gov.bc.ca/" VUE_APP_SITEMINDER_LOGOUT_URL="https://logontest7.gov.bc.ca/clp-cgi/logoff.cgi" #vaults API -VUE_APP_AUTH_API_URL="https://auth-api-dev.apps.silver.devops.gov.bc.ca" +VUE_APP_AUTH_API_URL="https://auth-api-dev-142173140222.northamerica-northeast1.run.app" VUE_APP_AUTH_API_VERSION="/api/v1" VUE_APP_COLIN_API_URL="https://colin-api-dev.apps.silver.devops.gov.bc.ca" VUE_APP_COLIN_API_VERSION="/api/v1"