generated from pagopa/template-java-spring-microservice
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b7d3013
commit 5e09fe1
Showing
8 changed files
with
603 additions
and
598 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,142 changes: 571 additions & 571 deletions
1,142
integration-test/src/features/massive_generate.feature
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"environment": [ | ||
{ | ||
"env": "uat", | ||
"env": "dev", | ||
"blobStorageInstContainerID": "institutionsdatablob", | ||
"blobStorageLogoContainerID": "institutionslogoblob", | ||
"blobStorageNoticeContainerID": "notices", | ||
"noticesDb": "noticesMongoDb", | ||
"noticesCollection": "payment_notice_generation_request", | ||
"noticeServiceUri": "https://api.uat.platform.pagopa.it/print-payment-notice-service/external/v1", | ||
"ciTaxCode": "99999000013" | ||
"noticeServiceUri": "https://api.dev.platform.pagopa.it/print-payment-notice-service/internal/v1", | ||
"ciTaxCode": "80034390585" | ||
} | ||
] | ||
} |