diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index a642b895..4dcf629e 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -76,7 +76,7 @@ microservice-chart: CACHE_EXPIRATION_TIME: "1s" AZURE_TABLES_TABLENAME: "gpdpaymentsreceiptstable" API_CONFIG_HOST: "https://api.dev.platform.pagopa.it/apiconfig/auth/api/v1" - GPS_HOST: "https://api.dev.platform.pagopa.it/gps/spontaneous-payments-service/v1" + GPS_HOST: "https://api.dev.platform.pagopa.it/spontaneous-payments-service/v1" GPD_HOST: "https://api.dev.platform.pagopa.it/gpd/api/v1" QUEUE_NAME: "gpd-receipt-poison-queue" DEQUEUE_LIMIT: "5" diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index fc0bf51b..efc27c3e 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -76,7 +76,7 @@ microservice-chart: CACHE_EXPIRATION_TIME: "1d" AZURE_TABLES_TABLENAME: "gpdpaymentsreceiptstable" API_CONFIG_HOST: "https://api.platform.pagopa.it/apiconfig/auth/api/v1" - GPS_HOST: "https://api.platform.pagopa.it/gps/spontaneous-payments-service/v1" + GPS_HOST: "https://api.platform.pagopa.it/spontaneous-payments-service/v1" GPD_HOST: "https://api.platform.pagopa.it/gpd/api/v1" QUEUE_NAME: "gpd-receipt-poison-queue" DEQUEUE_LIMIT: "5" diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 4365fd31..bc55b6b9 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -76,7 +76,7 @@ microservice-chart: CACHE_EXPIRATION_TIME: "1s" AZURE_TABLES_TABLENAME: "gpdpaymentsreceiptstable" API_CONFIG_HOST: "https://api.uat.platform.pagopa.it/apiconfig/auth/api/v1" - GPS_HOST: "https://api.uat.platform.pagopa.it/gps/spontaneous-payments-service/v1" + GPS_HOST: "https://api.uat.platform.pagopa.it/spontaneous-payments-service/v1" GPD_HOST: "https://api.uat.platform.pagopa.it/gpd/api/v1" QUEUE_NAME: "gpd-receipt-poison-queue" DEQUEUE_LIMIT: "5" diff --git a/integration-test/src/config/.env.dev b/integration-test/src/config/.env.dev index e89f20f2..0a94448a 100644 --- a/integration-test/src/config/.env.dev +++ b/integration-test/src/config/.env.dev @@ -1,6 +1,6 @@ payments_host=https://api.dev.platform.pagopa.it/gpd-payments/api/v1 payments_info=https://api.dev.platform.pagopa.it/gpd/payments-receipts-service/v1/info -gps_host=https://api.dev.platform.pagopa.it/gps/spontaneous-payments-service/v1 +gps_host=https://api.dev.platform.pagopa.it/spontaneous-payments-service/v1 donation_host=https://api.dev.platform.pagopa.it/gps/donation-service/v1 iuv_generator_host=https://api.dev.platform.pagopa.it/shared/iuv-generator-service/v1 api_config_host=https://api.dev.platform.pagopa.it/apiconfig/auth/api/v1 diff --git a/integration-test/src/config/.env.local b/integration-test/src/config/.env.local index 6c6ed2e4..cd8355b0 100644 --- a/integration-test/src/config/.env.local +++ b/integration-test/src/config/.env.local @@ -1,6 +1,6 @@ payments_host=http://localhost:8080/partner payments_info=http://localhost:8080/info -gps_host=https://api.dev.platform.pagopa.it/gps/spontaneous-payments-service/v1 +gps_host=https://api.dev.platform.pagopa.it/spontaneous-payments-service/v1 donation_host=https://api.dev.platform.pagopa.it/gps/donation-service/v1 iuv_generator_host=https://api.dev.platform.pagopa.it/shared/iuv-generator-service/v1 api_config_host=https://api.dev.platform.pagopa.it/apiconfig/auth/api/v1 diff --git a/integration-test/src/config/.env.uat b/integration-test/src/config/.env.uat index 5647173c..6a5a0e29 100644 --- a/integration-test/src/config/.env.uat +++ b/integration-test/src/config/.env.uat @@ -1,6 +1,6 @@ payments_host=https://api.uat.platform.pagopa.it/gpd-payments/api/v1 payments_info=https://api.uat.platform.pagopa.it/gpd/payments-receipts-service/v1/info -gps_host=https://api.uat.platform.pagopa.it/gps/spontaneous-payments-service/v1 +gps_host=https://api.uat.platform.pagopa.it/spontaneous-payments-service/v1 donation_host=https://api.uat.platform.pagopa.it/gps/donation-service/v1 iuv_generator_host=https://api.uat.platform.pagopa.it/shared/iuv-generator-service/v1 api_config_host=https://api.uat.platform.pagopa.it/apiconfig/auth/api/v1 diff --git a/performance-test/src/environments/dev.environment.json b/performance-test/src/environments/dev.environment.json index 1dd26ee3..67024487 100644 --- a/performance-test/src/environments/dev.environment.json +++ b/performance-test/src/environments/dev.environment.json @@ -4,7 +4,7 @@ "env": "dev", "soap_payments_host": "https://api.dev.platform.pagopa.it/gpd-payments/api/v1", "rest_payments_host": "https://api.dev.platform.pagopa.it/gpd/payments-receipts-service/v1", - "gps_host": "https://api.dev.platform.pagopa.it/gps/spontaneous-payments-service/v1", + "gps_host": "https://api.dev.platform.pagopa.it/spontaneous-payments-service/v1", "donation_host": "https://api.dev.platform.pagopa.it/gps/donation-service/v1", "gpd_host": "https://api.dev.platform.pagopa.it/gpd/api/v1", "id_broker_pa": "15376371009", diff --git a/performance-test/src/environments/local.environment.json b/performance-test/src/environments/local.environment.json index 40b8b0b1..23b73a1c 100644 --- a/performance-test/src/environments/local.environment.json +++ b/performance-test/src/environments/local.environment.json @@ -4,7 +4,7 @@ "env": "local", "soap_payments_host": "http://localhost:8080", "rest_payments_host": "http://localhost:8080", - "gps_host": "https://api.dev.platform.pagopa.it/gps/spontaneous-payments-service/v1", + "gps_host": "https://api.dev.platform.pagopa.it/spontaneous-payments-service/v1", "donation_host": "https://api.dev.platform.pagopa.it/gps/donation-service/v1", "gpd_host": "https://api.dev.platform.pagopa.it/gpd/api/v1", "id_broker_pa": "15376371009", diff --git a/performance-test/src/environments/uat.environment.json b/performance-test/src/environments/uat.environment.json index 6b73d78c..b6c26560 100644 --- a/performance-test/src/environments/uat.environment.json +++ b/performance-test/src/environments/uat.environment.json @@ -4,7 +4,7 @@ "env": "uat", "soap_payments_host": "https://api.uat.platform.pagopa.it/gpd-payments/api/v1", "rest_payments_host": "https://api.uat.platform.pagopa.it/gpd/payments-receipts-service/v1", - "gps_host": "https://api.uat.platform.pagopa.it/gps/spontaneous-payments-service/v1", + "gps_host": "https://api.uat.platform.pagopa.it/spontaneous-payments-service/v1", "donation_host": "https://api.uat.platform.pagopa.it/gps/donation-service/v1", "gpd_host": "https://api.uat.platform.pagopa.it/gpd/api/v1", "id_broker_pa": "15376371009", diff --git a/src/main/resources/application-local.properties b/src/main/resources/application-local.properties index 1cd3d2d3..770cf060 100644 --- a/src/main/resources/application-local.properties +++ b/src/main/resources/application-local.properties @@ -11,7 +11,7 @@ gps.subscription-key=${GPS_SUBSCRIPTION_KEY} service.gpd.host=https://api.dev.platform.pagopa.it/gpd/api/v1 # service.gpd.host=localhost:8085 -service.gps.host=https://api.dev.platform.pagopa.it/gps/spontaneous-payments-service/v1 +service.gps.host=https://api.dev.platform.pagopa.it/spontaneous-payments-service/v1 service.apiconfig.host=https://api.dev.platform.pagopa.it/apiconfig/auth/api/v1 #cosmos data