Skip to content

Commit

Permalink
feat: [PQ-296] add mbd to config
Browse files Browse the repository at this point in the history
  • Loading branch information
TommasoLencioni committed Jan 23, 2025
1 parent ca8ada3 commit 8f44dda
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,14 @@ uat:
gpd_core:
url: "https://api.uat.platform.pagopa.it/gpd/api/v2"
subscription_key: "GPD_SUBSCRIPTION_KEY"
# healthcheck: "/info" #when used, response would be code 500
# healthcheck: "/info" #when used, response would be code 500
wisp_converter:
url: "https://uat.wisp2.pagopa.it/wisp-converter/redirect/api/v1"
healthcheck: "/info"
technical_support:
url: "https://api.uat.platform.pagopa.it/technical-support/wisp-converter/api/v1"
subscription_key: "TECHNICAL_SUPPORT_SUBSCRIPTION_KEY"
healthcheck: "/info"
mbd:
url: 'https://api.uat.platform.pagopa.it/pagopa-mbd-service/v1/organizations/'
path: '/mbd'

0 comments on commit 8f44dda

Please sign in to comment.