Skip to content

Commit

Permalink
added uat
Browse files Browse the repository at this point in the history
  • Loading branch information
aomegax committed Nov 7, 2024
1 parent 8e14233 commit 736dea3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ microservice-chart:
HIKARI_LOGGING_LEVEL: 'INFO'
DEFAULT_LOGGING_LEVEL: 'INFO'
CORS_CONFIGURATION: '{"origins": ["*"], "methods": ["*"]}'
DB_NEXI_POSTGRES_URL: "jdbc:postgresql://db-postgres-ndp.u.db-nodo-pagamenti.com:5444/ndpspca?prepareThreshold=0&currentSchema=NODO4_CFG"
# DB_NEXI_POSTGRES_URL: "jdbc:postgresql://db-postgres-ndp.u.db-nodo-pagamenti.com:5444/ndpspca?prepareThreshold=0&currentSchema=NODO4_CFG"
DB_NEXI_POSTGRES_URL: "jdbc:postgresql://db-postgres-ndp-1.u.db-nodo-pagamenti.com:6432,db-postgres-ndp-2.u.db-nodo-pagamenti.com:6432/ndpspcp"
DB_NEXI_POSTGRES_USER: "pp_nodo4_cfg"
DB_NEXI_POSTGRES_ENABLED: "false" # connect to datasource
DB_NEXI_POSTGRES_SERVICE_IDENTIFIER: "NDP004UAT"
Expand Down

0 comments on commit 736dea3

Please sign in to comment.