File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -67,3 +67,6 @@ frontend:
6767 VITE_FORM_API : " https://forms-flow-api-e38158-dev.apps.silver.devops.gov.bc.ca"
6868 VITE_FORM_BACKEND_API : " https://epd-backend-applications-dev.apps.silver.devops.gov.bc.ca"
6969 VITE_FORM_FLOW_API : " https://forms-flow-forms-e38158-dev.apps.silver.devops.gov.bc.ca"
70+ VITE_SITE_REGISTRY_URL : " https://nr-site-registry-test-frontend.apps.silver.devops.gov.bc.ca"
71+ VITE_GEOCODER_API : " https://geocoder.api.gov.bc.ca"
72+
Original file line number Diff line number Diff line change @@ -60,8 +60,9 @@ frontend:
6060 REACT_APP_AUTH_REVOKE_TOKENS_ON_SIGNOUT : " true"
6161 VITE_SITE_REGISTRAR_USER_ROLE : " site-registrar"
6262 VITE_INTERNAL_USER_ROLE : " site-internal-user"
63- VITE_SITE_REGISTRY_URL : ~
63+ VITE_SITE_REGISTRY_URL : " https://nr-site-registry-test-frontend.apps.silver.devops.gov.bc.ca "
6464 VITE_FORM_API : " https://forms-flow-api-e38158-test.apps.silver.devops.gov.bc.ca"
6565 VITE_FORM_BACKEND_API : " https://epd-backend-applications-test.apps.silver.devops.gov.bc.ca"
6666 VITE_FORM_FLOW_API : " https://forms-flow-forms-e38158-test.apps.silver.devops.gov.bc.ca"
67-
67+ VITE_GEOCODER_API : " https://geocoder.api.gov.bc.ca"
68+
Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ frontend:
112112 REACT_APP_AUTH_FILTER_PROTOCOL_CLAIMS : " true"
113113 REACT_APP_AUTH_LOAD_USER_INFO : " true"
114114 REACT_APP_AUTH_REVOKE_TOKENS_ON_SIGNOUT : " true"
115+ VITE_SITE_REGISTRY_URL : " https://nr-site-registry-test-frontend.apps.silver.devops.gov.bc.ca"
115116 VITE_GEOCODER_API : " https://geocoder.api.gov.bc.ca"
116117crunchy : # Increase WAL storage as we ran out of it in PR/dev when importing prod oracle data, and will likely need 2gb WAL for all envs.
117118 instances :
You can’t perform that action at this time.
0 commit comments