Skip to content

Commit

Permalink
feat: update config cache host url and path PAGOPA-2442
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoRuzzier committed Nov 28, 2024
1 parent 2281bdf commit 45782de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ microservice-chart: &microservice-chart
CLIENT_IUVGENERATOR_HOST: 'https://api.dev.platform.pagopa.it/shared/pagopa-iuvgenerator/v1'
CLIENT_CHECKOUT_HOST: 'https://api.dev.platform.pagopa.it/checkout/carts-auth/v1'
CLIENT_DECOUPLERCACHING_HOST: 'https://api.dev.platform.pagopa.it/wisp-converter/caching/api/v1'
CLIENT_CACHE_HOST: 'https://api.dev.platform.pagopa.it/api-config-cache/p/v1'
CLIENT_CACHE_HOST: 'https://api.dev.platform.pagopa.it/api-config-cache/p/v1/stakeholders/wisp/cache/schemas/v1'
STATION_IN_GPD_PARTIAL_PATH: 'gpd-payments/api/v1'
RT_SEND_MAX_RETRIES: '5'
RT_SEND_SCHEDULING_TIME_IN_MINUTES: '1'
Expand Down
2 changes: 1 addition & 1 deletion helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ microservice-chart: &microservice-chart
CLIENT_IUVGENERATOR_HOST: 'https://api.platform.pagopa.it/shared/pagopa-iuvgenerator/v1'
CLIENT_CHECKOUT_HOST: 'https://api.platform.pagopa.it/checkout/carts-auth/v1'
CLIENT_DECOUPLERCACHING_HOST: 'https://api.platform.pagopa.it/wisp-converter/caching/api/v1'
CLIENT_CACHE_HOST: 'https://api.platform.pagopa.it/api-config-cache/p/v1'
CLIENT_CACHE_HOST: 'https://api.platform.pagopa.it/api-config-cache/p/v1/stakeholders/wisp/cache/schemas/v1'
STATION_IN_GPD_PARTIAL_PATH: 'gpd-payments/api/v1'
RT_SEND_MAX_RETRIES: '5'
RT_SEND_SCHEDULING_TIME_IN_MINUTES: '60'
Expand Down
2 changes: 1 addition & 1 deletion helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ microservice-chart: &microservice-chart
CLIENT_IUVGENERATOR_HOST: 'https://api.uat.platform.pagopa.it/shared/pagopa-iuvgenerator/v1'
CLIENT_CHECKOUT_HOST: 'https://api.uat.platform.pagopa.it/checkout/carts-auth/v1'
CLIENT_DECOUPLERCACHING_HOST: 'https://api.uat.platform.pagopa.it/wisp-converter/caching/api/v1'
CLIENT_CACHE_HOST: 'https://api.uat.platform.pagopa.it/api-config-cache/p/v1'
CLIENT_CACHE_HOST: 'https://api.uat.platform.pagopa.it/api-config-cache/p/v1/stakeholders/wisp/cache/schemas/v1'
STATION_IN_GPD_PARTIAL_PATH: 'gpd-payments/api/v1'
RT_SEND_MAX_RETRIES: '5'
RT_SEND_SCHEDULING_TIME_IN_MINUTES: '60'
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ client.cache.read-timeout=${CLIENT_CACHE_READ_TIMEOUT:5000}
client.cache.connect-timeout=${CLIENT_CACHE_READ_TIMEOUT:5000}
client.cache.base-path=${CLIENT_CACHE_HOST:none}
client.cache.api-key=${CLIENT_CACHE_SUBKEY:none}
client.cache.keys=version,stations,configurations,psps,creditorInstitutions,creditorInstitutionStations
client.cache.keys=


# RE tracing levels
Expand Down

0 comments on commit 45782de

Please sign in to comment.