Skip to content

Commit

Permalink
PAGOPA-952 fix documentation and local config
Browse files Browse the repository at this point in the history
  • Loading branch information
cap-ang committed Aug 21, 2023
1 parent 3fe59b2 commit 8c7055b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .devops/deploy-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ stages:
inputs:
azureSubscription: $(AZURE_SUBSCRIPTION)
appName: "${{variables.APP_NAME}}-fn-gpd-batch"
imageName: "${{variables.dockerNamespace}}/${{ variables.imageRepository }}:latest"
imageName: "${{variables.DOCKER_NAMESPACE}}/${{ variables.imageRepository }}:latest"
deployToSlotOrASE: true
slotName: staging
resourceGroupName: $(RESOURCE_GROUP)
Expand Down
7 changes: 1 addition & 6 deletions integration-test/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,9 @@

To run the integration test from local environment, simply execute this commands:
```
export API_CONFIG_SUBSCRIPTION_KEY=##SUBSCRIPTION_KEY## \
export GPD_SUBSCRIPTION_KEY=##SUBSCRIPTION_KEY## \
export PAYMENTS_REST_SUBSCRIPTION_KEY=##SUBSCRIPTION_KEY## \
export PAYMENTS_SOAP_SUBSCRIPTION_KEY=##SUBSCRIPTION_KEY## \
export REPORTING_SUBSCRIPTION_KEY=##SUBSCRIPTION_KEY## \
export REPORTING_BATCH_CONNECTION_STRING=##QUEUE_CONNECTION_STRING## \
yarn install && \
yarn test:${{ parameters.ENV }}
yarn test:${{ parameters.ENV }} ${{ secrets.API_SUBSCRIPTION_KEY }}
```

## How run on Docker 🐳
Expand Down
4 changes: 2 additions & 2 deletions integration-test/src/config/.env.local
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Host addresses
host_header=api.dev.platform.pagopa.it
api_config_host=https://api.dev.platform.pagopa.it/apiconfig/auth/api/v1
gpd_host=https://localhost:8080/gpd/api/v1 # TODO to be changed, only a placeholder
reporting_analysis_host=https://localhost:8080/gpd-reporting/api/v1 # TODO to be changed, only a placeholder
gpd_host=https://localhost:8080/gpd/api/v1
reporting_analysis_host=https://localhost:8080/gpd-reporting/api/v1
payments_soap_host=https://api.dev.platform.pagopa.it/gpd-payments/api/v1
payments_rest_host=https://api.dev.platform.pagopa.it/gpd-payment-receipts/api/v1
nodo_host=https://api.dev.platform.pagopa.it/nodo
Expand Down

0 comments on commit 8c7055b

Please sign in to comment.