Новые настройки пулов соединений с БД
This commit is contained in:
		| @@ -60,25 +60,45 @@ configs: | ||||
|           bucket: master | ||||
|         db: | ||||
|           common-datasource-name: meta | ||||
|           camunda-datasource-name: meta-camunda | ||||
|           jdbc: | ||||
|             meta: | ||||
|               url: jdbc:postgresql://app.expertdwh.ru:5432/eisa-master | ||||
|               username: ewh | ||||
|               password: ${EWH_PASSWORD} | ||||
|               pool: | ||||
|                 minimum-idle: 1 | ||||
|                 max-pool-size: 10 | ||||
|             meta-camunda: | ||||
|               url: jdbc:postgresql://app.expertdwh.ru:5432/eisa-master | ||||
|               username: ewh | ||||
|               password: ${EWH_PASSWORD} | ||||
|               pool: | ||||
|                 minimum-idle: 1 | ||||
|                 max-pool-size: 12 | ||||
|             EWH: | ||||
|               url: jdbc:postgresql://adb-master.expertdwh.ru:5432/ewh | ||||
|               username: ewh | ||||
|               password: ${EWH_PASSWORD} | ||||
|               pre-script: core-postgresql.preScript | ||||
|               post-script: core-postgresql.postScript | ||||
|               pool: | ||||
|                 minimum-idle: 1 | ||||
|                 max-pool-size: 10 | ||||
|             EWH_ORA: | ||||
|               url: jdbc:oracle:thin:@oracle.expertdwh.ru:1521:ewh | ||||
|               username: ewh | ||||
|               password: ${EWH_PASSWORD} | ||||
|               pre-script: core-oracle.preScript | ||||
|               pool: | ||||
|                 minimum-idle: 1 | ||||
|                 max-pool-size: 10 | ||||
|             DWH_ORA: | ||||
|               url: jdbc:oracle:thin:@oracle.expertdwh.ru:1521:ewh | ||||
|               username: dwh | ||||
|               password: ${DWH_PASSWORD} | ||||
|               pre-script: core-oracle.preScript | ||||
|               pool: | ||||
|                 minimum-idle: 1 | ||||
|                 max-pool-size: 10 | ||||
|       audit.enabled: true | ||||
		Reference in New Issue
	
	Block a user