diff --git a/helm/main/values-uat.yaml b/helm/main/values-uat.yaml index 183f440c..7518e338 100644 --- a/helm/main/values-uat.yaml +++ b/helm/main/values-uat.yaml @@ -8,14 +8,14 @@ global: 'ENV_NAME': 'uat' 'APP_BASE_URL': 'https://uat.strdata.gov.bc.ca' 'SSO_CLIENT': 'str-dss-5303' - 'SSO_HOST': 'https://dev.loginproxy.gov.bc.ca/auth' + 'SSO_HOST': 'https://test.loginproxy.gov.bc.ca/auth' 'SSO_REALM': 'standard' - 'SSO_AUTHORITY': 'https://dev.loginproxy.gov.bc.ca/auth/realms/standard' + 'SSO_AUTHORITY': 'https://test.loginproxy.gov.bc.ca/auth/realms/standard' 'SM_LOGOFF_URL': 'https://logontest7.gov.bc.ca/clp-cgi/logoff.cgi/' 'CHES_TOKEN_URL': 'https://test.loginproxy.gov.bc.ca/auth/realms/comsvcauth/protocol/openid-connect/token' 'CHES_URL': 'https://ches-test.api.gov.bc.ca' 'RENTAL_LISTING_REPORT_MAX_SIZE': '4' - 'BCEID_URL': 'https://gws1.development.bceid.ca/webservices/client/v10/bceidservice.asmx' + 'BCEID_URL': 'https://gws1.test.bceid.ca/webservices/client/v10/bceidservice.asmx' 'BCEID_CACHE_LIFESPAN': '600' nameOverride: strdss-uat