Skip to content

Commit

Permalink
fix: remove intesa url (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
pietro-tota authored Mar 1, 2024
1 parent 977c651 commit ad4729a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ microservice-chart:
CHECKOUT_REDIRECT_PSP_LIST: "BCITITMM"
NODE_FORWARDER_URL: "https://api.uat.platform.pagopa.it/pagopa-node-forwarder/api/v1"
CHECKOUT_REDIRECT_URL_MAPPING: >
{ BCITITMM:'***REMOVED***' }
{ BCITITMM:'http://url' }
NODE_FORWARDER_READ_TIMEOUT: "10000"
NODE_FORWARDER_CONNECTION_TIMEOUT: "10000"
Expand Down
2 changes: 1 addition & 1 deletion helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ microservice-chart:
CHECKOUT_REDIRECT_PSP_LIST: "BCITITMM"
NODE_FORWARDER_URL: "https://api.uat.platform.pagopa.it/pagopa-node-forwarder/api/v1"
CHECKOUT_REDIRECT_URL_MAPPING: >
{ BCITITMM:'***REMOVED***' }
{ BCITITMM:'http://url' }
NODE_FORWARDER_READ_TIMEOUT: "10000"
NODE_FORWARDER_CONNECTION_TIMEOUT: "10000"
Expand Down

0 comments on commit ad4729a

Please sign in to comment.