Меняем лимиты соединений к БД
This commit is contained in:
parent
6c669771c1
commit
3234ac4d46
@ -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
|
Loading…
x
Reference in New Issue
Block a user