aboutsummaryrefslogtreecommitdiffstats
path: root/volumes/so/config/bpmn-infra/onapheat/override.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'volumes/so/config/bpmn-infra/onapheat/override.yaml')
-rw-r--r--volumes/so/config/bpmn-infra/onapheat/override.yaml16
1 files changed, 7 insertions, 9 deletions
diff --git a/volumes/so/config/bpmn-infra/onapheat/override.yaml b/volumes/so/config/bpmn-infra/onapheat/override.yaml
index a1e178c..b7e1114 100644
--- a/volumes/so/config/bpmn-infra/onapheat/override.yaml
+++ b/volumes/so/config/bpmn-infra/onapheat/override.yaml
@@ -287,15 +287,13 @@ server:
max-threads: 50
spring:
datasource:
- driver-class-name: org.mariadb.jdbc.Driver
- url: jdbc:mariadb://mariadb:3306/camundabpmn
- username: camundauser
- password: camunda123
- dbcp2:
- initial-size: 5
- max-total: 20
- validation-query: select 1
- test-on-borrow: true
+ hikari:
+ driver-class-name: org.mariadb.jdbc.Driver
+ jdbcUrl: jdbc:mariadb://mariadb:3306/camundabpmn
+ username: camundauser
+ password: camunda123
+ pool-name: bpmn-pool
+ registerMbeans: true
security:
usercredentials:
-