forked from bcgov/fas-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
23 lines (19 loc) · 829 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Base Path
VUE_APP_PATH=/
#vaults Shared
VUE_APP_ADDRESS_COMPLETE_KEY=
#vaults web-url
VUE_APP_AUTH_WEB_URL="https://dev.account.bcregistry.gov.bc.ca/"
VUE_APP_SITEMINDER_LOGOUT_URL="https://logontest7.gov.bc.ca/clp-cgi/logoff.cgi"
VUE_APP_FAS_WEB_URL="https://fas-dev.apps.silver.devops.gov.bc.ca/"
#vaults API
VUE_APP_AUTH_API_URL="https://auth-api-dev-142173140222.northamerica-northeast1.run.app"
VUE_APP_AUTH_API_VERSION="/api/v1"
VUE_APP_STATUS_API_URL="https://status-api-dev.apps.gold.devops.gov.bc.ca"
VUE_APP_STATUS_API_VERSION="/api/v1"
VUE_APP_PAY_API_URL="https://pay-api-dev-142173140222.northamerica-northeast1.run.app"
VUE_APP_PAY_API_VERSION="/api/v1"
#vaults keycloak
VUE_APP_KEYCLOAK_AUTH_URL="https://dev.loginproxy.gov.bc.ca/auth"
VUE_APP_KEYCLOAK_REALM="bcregistry"
VUE_APP_KEYCLOAK_CLIENTID="fas-web"