blob: 1ad95b3ab946738da591f6f93446b5ebc7901aa3 [file] [log] [blame]
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001server:
2 port: 8080
3 tomcat:
4 max-threads: 50
Benjamin, Max (mb388a)4e633482019-02-01 18:13:35 -05005mso:
6 infra:
Bonkur, Venkat (vb8416)b802b082019-06-03 15:36:31 -04007 auditInventory: false
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04008spring:
9 datasource:
Benjamin, Max (mb388a)1a592b92019-06-17 10:51:08 -040010 hikari:
11 jdbcUrl: jdbc:mariadb://${DB_HOST}:${DB_PORT}/camundabpmn
12 username: ${DB_ADMIN_USERNAME}
13 password: ${DB_ADMIN_PASSWORD}
14 driver-class-name: org.mariadb.jdbc.Driver
15 pool-name: bpmn-pool
16 registerMbeans: true
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040017 http:
18 multipart:
19 enabled: false
20 jersey:
21 application-path: /sobpmnengine
Sangalang, Felix5ed98132019-07-25 10:07:49 -050022 main:
23 allow-bean-definition-overriding: true
Benjamin, Max (mb388a)7ace3e62018-11-17 00:52:11 -050024camunda:
25 bpm:
26 application:
27 delete-upon-undeploy: false
28 scan-for-process-definitions: true
29 deploy-changed-only: true
30 job-execution:
31 deployment-aware: true
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040032#Actuator
Benjamin, Max (mb388a)3cccd482019-01-11 21:02:26 -050033management:
34 endpoints:
35 web:
36 base-path: /manage
37 exposure:
38 include: "*"
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040039 metrics:
40 se-global-registry: false
41 export:
42 prometheus:
43 enabled: true # Whether exporting of metrics to Prometheus is enabled.
Bonkur, Venkat (vb8416)b802b082019-06-03 15:36:31 -040044 step: 1m # Step size (i.e. reporting frequency) to use.