From 4e6f69b1fca4d217c6e665e2894b9d6094e6d7fe Mon Sep 17 00:00:00 2001 From: ketaki-deodhar <116035339+ketaki-deodhar@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:15:37 -0700 Subject: [PATCH] Replace auth-api URL to point to the new instance (#694) replace auth url --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 58cf40618..5dc1f5ffd 100644 --- a/.env.example +++ b/.env.example @@ -16,7 +16,7 @@ VUE_APP_BUSINESS_EDIT_URL="https://dev.edit.business.bcregistry.gov.bc.ca/" VUE_APP_BUSINESS_DASH_URL="https://business-dashboard-dev.web.app/" #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_LEGAL_API_URL="https://legal-api-dev.apps.silver.devops.gov.bc.ca" VUE_APP_LEGAL_API_VERSION_2="/api/v2"