Skip to content

Commit

Permalink
Merge pull request #26 from pagopa/NOD-588-Utilizzo-dns-per-raggiunge…
Browse files Browse the repository at this point in the history
…re-db-per-FDR

feat: NOD-588: Utilizzo dns per raggiungere db per FDR
  • Loading branch information
aomegax authored Nov 15, 2023
2 parents 2bc125c + 919e98e commit 97b57cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/fdr/weu-prod/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ fdrnodo:
AKKA_SYSTEM_NAME: "pagopafdrnodo"
JAVA_OPTS: >-
-Dlogback.configurationFile=/mnt/file-config/logback.xml -Dconfig.app=/mnt/file-config/config-app.conf -Dapp.bundle.cacerts.path=/mnt/file-config-external/fdr-cacerts/cacerts -Duser.language=it -Duser.country=IT -Duser.timezone=Europe/Rome -Dfile.encoding=UTF-8 -Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.port=3000 -Dcom.sun.management.jmxremote.rmi.port=3000 -Djava.rmi.server.hostname=127.0.0.1 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false
DB_FDR_URL: jdbc:postgresql://pagopa-p-weu-nodo-flexible-postgresql.postgres.database.azure.com:6432/nodo?sslmode=require&prepareThreshold=0&currentSchema=offline
DB_FDR_URL: jdbc:postgresql://fdr-db.p.internal.postgresql.pagopa.it:6432/nodo?sslmode=require&prepareThreshold=0&currentSchema=offline
DB_FDR_USER: fdr
INSTANCE: PROD
EVENT_HUB_NAME: "fdr-re"
Expand Down
2 changes: 1 addition & 1 deletion helm/fdr/weu-uat/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ fdrnodo:
AKKA_SYSTEM_NAME: "pagopafdrnodo"
JAVA_OPTS: >-
-Dlogback.configurationFile=/mnt/file-config/logback.xml -Dconfig.app=/mnt/file-config/config-app.conf -Dapp.bundle.cacerts.path=/mnt/file-config-external/fdr-cacerts/cacerts -Duser.language=it -Duser.country=IT -Duser.timezone=Europe/Rome -Dfile.encoding=UTF-8 -Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.port=3000 -Dcom.sun.management.jmxremote.rmi.port=3000 -Djava.rmi.server.hostname=127.0.0.1 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false
DB_FDR_URL: jdbc:postgresql://pagopa-u-weu-fdr-flexible-postgresql.postgres.database.azure.com:6432/fdr?sslmode=require&prepareThreshold=0
DB_FDR_URL: jdbc:postgresql://fdr-db.u.internal.postgresql.pagopa.it:6432/fdr?sslmode=require&prepareThreshold=0
DB_FDR_USER: fdr
INSTANCE: UAT
EVENT_HUB_NAME: "fdr-re"
Expand Down

0 comments on commit 97b57cb

Please sign in to comment.