Skip to content

Commit

Permalink
enabled datasource
Browse files Browse the repository at this point in the history
  • Loading branch information
aomegax committed Nov 4, 2024
1 parent 66f831f commit c73a96a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ microservice-chart:
# DB_NEXI_POSTGRES_URL: "jdbc:postgresql://db-postgres-ndp.p.db-nodo-pagamenti.com:5444/ndpspcp?prepareThreshold=0&currentSchema=NODO4_CFG"
DB_NEXI_POSTGRES_URL: "jdbc:postgresql://db-postgres-ndp-p-1.db-nodo-pagamenti.com:6432,db-postgres-ndp-p-2.db-nodo-pagamenti.com:6432/ndpspcp"
DB_NEXI_POSTGRES_USER: "pp_nodo4_cfg"
DB_NEXI_POSTGRES_ENABLED: "false" # connect to datasource
DB_NEXI_POSTGRES_ENABLED: "true" # connect to datasource
DB_NEXI_POSTGRES_SERVICE_IDENTIFIER: "NDP004PROD"
DB_NEXI_POSTGRES_CONNECTION_TIMEOUT: "15000"
DB_NEXI_POSTGRES_MAX_LIFETIME: "30000"
DB_NEXI_POSTGRES_WRITE_CACHE_ENABLED: "false" # write cache
DB_NEXI_POSTGRES_WRITE_CACHE_ENABLED: "true" # write cache
DB_NEXI_ORACLE_URL: "jdbc:oracle:thin:@(DESCRIPTION=(ENABLE=BROKEN)(ADDRESS=(PROTOCOL=tcp)(PORT=1521)(HOST=db-nodo-pagamenti.p.db-nodo-pagamenti.com))(CONNECT_DATA=(SERVICE_NAME=NDPSPCP_NODO4_CFG))(SO_KEEPALIVE=true)(TCP_KEEPIDLE=60)(TCP_KEEPINTVL=30)(TCP_KEEPCNT=15))"
DB_NEXI_ORACLE_USER: "NODO4_CFG"
DB_NEXI_ORACLE_ENABLED: "true" # connect to datasource
Expand Down

0 comments on commit c73a96a

Please sign in to comment.