reWriteBatchedInserts для соединений с AD и PG

This commit is contained in:
Постнов Андрей 2024-10-28 14:23:54 +00:00
parent f5af5bf2a0
commit 86f9e25e2a

View File

@ -68,11 +68,11 @@ configs:
common-datasource-name: psql
jdbc:
psql:
url: jdbc:postgresql://psql-${BRANCH}:5432/expertisa-metadata
url: jdbc:postgresql://psql-${BRANCH}:5432/expertisa-metadata?reWriteBatchedInserts=true
username: admin
password: admin
EWH:
url: jdbc:postgresql://adb-master.expertdwh.ru:5432/ewh
url: jdbc:postgresql://adb-master.expertdwh.ru:5432/ewh?reWriteBatchedInserts=true
username: ewh
password: ${EWH_PASSWORD}
pre-script: core-postgresql.preScript