Skip to content

Commit

Permalink
Merge pull request #566 from bcgov/yj
Browse files Browse the repository at this point in the history
chore: BUISINESS_LICENCE_MAX_SIZE
  • Loading branch information
ychung-mot committed Aug 23, 2024
2 parents 6ec5325 + 0883805 commit e0a0a7d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions helm/main/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ global:
'CHES_TOKEN_URL': 'https://dev.loginproxy.gov.bc.ca/auth/realms/comsvcauth/protocol/openid-connect/token'
'CHES_URL': 'https://ches-dev.api.gov.bc.ca'
'RENTAL_LISTING_REPORT_MAX_SIZE': '30'
'BUISINESS_LICENCE_MAX_SIZE': '10'
'BCEID_URL': 'https://gws1.development.bceid.ca/webservices/client/v10/bceidservice.asmx'
'BCEID_CACHE_LIFESPAN': '600'
'GEOCODER_URL': 'https://geocodertst.api.gov.bc.ca'
Expand Down
1 change: 1 addition & 0 deletions helm/main/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ global:
'CHES_TOKEN_URL': 'https://loginproxy.gov.bc.ca/auth/realms/comsvcauth/protocol/openid-connect/token'
'CHES_URL': 'https://ches.api.gov.bc.ca'
'RENTAL_LISTING_REPORT_MAX_SIZE': '30'
'BUISINESS_LICENCE_MAX_SIZE': '10'
'BCEID_URL': 'https://gws1.bceid.ca/webservices/client/v10/bceidservice.asmx'
'BCEID_CACHE_LIFESPAN': '600'
'GEOCODER_URL': 'https://geocoder.api.gov.bc.ca'
Expand Down
1 change: 1 addition & 0 deletions helm/main/values-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ global:
'CHES_TOKEN_URL': 'https://dev.loginproxy.gov.bc.ca/auth/realms/comsvcauth/protocol/openid-connect/token'
'CHES_URL': 'https://ches-dev.api.gov.bc.ca'
'RENTAL_LISTING_REPORT_MAX_SIZE': '30'
'BUISINESS_LICENCE_MAX_SIZE': '10'
'BCEID_URL': 'https://gws1.development.bceid.ca/webservices/client/v10/bceidservice.asmx'
'BCEID_CACHE_LIFESPAN': '600'
'GEOCODER_URL': 'https://geocodertst.api.gov.bc.ca'
Expand Down
1 change: 1 addition & 0 deletions helm/main/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ global:
'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': '30'
'BUISINESS_LICENCE_MAX_SIZE': '10'
'BCEID_URL': 'https://gws1.test.bceid.ca/webservices/client/v10/bceidservice.asmx'
'BCEID_CACHE_LIFESPAN': '600'
'GEOCODER_URL': 'https://geocodertst.api.gov.bc.ca'
Expand Down

0 comments on commit e0a0a7d

Please sign in to comment.