Меняем лимиты соединений к БД

This commit is contained in:
Постнов Андрей 2025-01-23 11:55:52 +00:00
parent 6c669771c1
commit 3234ac4d46

View File

@ -94,11 +94,16 @@ configs:
bucket: dev bucket: dev
db: db:
common-datasource-name: psql common-datasource-name: psql
camunda-datasource-name: psql-camunda
jdbc: jdbc:
psql: psql:
url: jdbc:postgresql://psql-${BRANCH}:5432/expertisa-metadata?reWriteBatchedInserts=true url: jdbc:postgresql://psql-${BRANCH}:5432/expertisa-metadata?reWriteBatchedInserts=true
username: admin username: admin
password: admin password: admin
psql-camunda:
url: jdbc:postgresql://psql-${BRANCH}:5432/expertisa-metadata?reWriteBatchedInserts=true
username: admin
password: admin
EWH: EWH:
url: jdbc:postgresql://adb-master.expertdwh.ru:5432/ewh?reWriteBatchedInserts=true url: jdbc:postgresql://adb-master.expertdwh.ru:5432/ewh?reWriteBatchedInserts=true
username: ewh username: ewh
@ -119,4 +124,5 @@ configs:
hikari: hikari:
content: | content: |
maximumPoolSize=3 minimumIdle=0
maximumPoolSize=12