diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 54c2454..ec98b26 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -69,11 +69,11 @@ microservice-chart: CORS_CONFIGURATION: '{"origins": ["*"], "methods": ["*"]}' DB_NEXI_POSTGRES_URL: "jdbc:postgresql://ndp.d.db-nodo-pagamenti.com:6432/nodo?sslmode=require&prepareThreshold=0¤tSchema=cfg" DB_NEXI_POSTGRES_USER: "cfg" - DB_NEXI_POSTGRES_ENABLED: "true" + DB_NEXI_POSTGRES_ENABLED: "false" DB_NEXI_POSTGRE_SERVICE_IDENTIFIER: "NDP004DEV" DB_NEXI_ORACLE_URL: "jdbc:oracle:thin:@(DESCRIPTION=(ENABLE=BROKEN)(ADDRESS=(PROTOCOL=tcp)(PORT=1522)(HOST=db-nodo-pagamenti.d.db-nodo-pagamenti.com))(CONNECT_DATA=(SERVICE_NAME=NDPSPCT_PP_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" + DB_NEXI_ORACLE_ENABLED: "false" DB_NEXI_ORACLE_SERVICE_IDENTIFIER: "NDP003DEV" DB_PAGOPA_POSTGRES_URL: "jdbc:postgresql://ndp.d.db-nodo-pagamenti.com:6432/nodo?sslmode=require&prepareThreshold=0¤tSchema=cfg" DB_PAGOPA_POSTGRES_USER: "cfg"