reWriteBatchedInserts для соединений с AD и PG
This commit is contained in:
parent
f5af5bf2a0
commit
86f9e25e2a
@ -68,11 +68,11 @@ configs:
|
|||||||
common-datasource-name: psql
|
common-datasource-name: psql
|
||||||
jdbc:
|
jdbc:
|
||||||
psql:
|
psql:
|
||||||
url: jdbc:postgresql://psql-${BRANCH}:5432/expertisa-metadata
|
url: jdbc:postgresql://psql-${BRANCH}:5432/expertisa-metadata?reWriteBatchedInserts=true
|
||||||
username: admin
|
username: admin
|
||||||
password: admin
|
password: admin
|
||||||
EWH:
|
EWH:
|
||||||
url: jdbc:postgresql://adb-master.expertdwh.ru:5432/ewh
|
url: jdbc:postgresql://adb-master.expertdwh.ru:5432/ewh?reWriteBatchedInserts=true
|
||||||
username: ewh
|
username: ewh
|
||||||
password: ${EWH_PASSWORD}
|
password: ${EWH_PASSWORD}
|
||||||
pre-script: core-postgresql.preScript
|
pre-script: core-postgresql.preScript
|
||||||
|
Loading…
Reference in New Issue
Block a user