Skip to content

Commit 419ae8d

Browse files
Add key for site registry (#1048)
1 parent b3d7624 commit 419ae8d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

charts/app/values-pr.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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+

charts/app/values-test.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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+

charts/app/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"
116117
crunchy: # 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:

0 commit comments

Comments
 (0)