Skip to content

Commit

Permalink
Merge pull request #196 from bcgov/yj
Browse files Browse the repository at this point in the history
chore: uat with test idp
  • Loading branch information
ychung-mot authored Apr 22, 2024
2 parents f54b671 + 7c64628 commit 053b8de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helm/main/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 053b8de

Please sign in to comment.