Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Bonus Pagamenti Digitali): [#177339683] Change configuration to UAT #2899

Merged
merged 2 commits into from
Mar 15, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ENVIRONMENT=PROD
API_URL_PREFIX='https://app-backend.io.italia.it'
# pagoPA RESTful API
PAGOPA_API_URL_PREFIX='https://wisp2.pagopa.gov.it/pp-restapi-CD'
PAGOPA_API_URL_PREFIX='https://acardste.vaservices.eu:443/pp-restapi-CD'
# pagoPA test/env RESTful API
PAGOPA_API_URL_PREFIX_TEST='https://acardste.vaservices.eu:443/pp-restapi-CD'
# endpoint to get backend status
Expand Down Expand Up @@ -43,10 +43,10 @@ MYPORTAL_ENABLED=NO
PLAYGROUNDS_ENABLED=YES
# BPD configuration
BPD_ENABLED=YES
BPD_TEST_OVERLAY=NO
PRIVATIVE_ENABLED=NO
BPD_TEST_OVERLAY=YES
PRIVATIVE_ENABLED=YES
# endpoint BPD API
BPD_API_URL_PREFIX=https://prod.cstar.pagopa.it
BPD_API_URL_PREFIX=https://test.cstar.pagopa.it
BPD_API_SIT='https://bpd-dev.azure-api.net'
BPD_API_UAT='https://test.cstar.pagopa.it'
# CGN configuration
Expand Down