blob: 829fc124747a06854d38acd8d2f631f5f0f853ca [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:
7 auditInventory: true
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04008spring:
9 datasource:
10 driver-class-name: org.mariadb.jdbc.Driver
Benjamin, Max (mb388a)6fa3d2b2018-09-29 10:41:54 -040011 jdbc-url: jdbc:mariadb://${DB_HOST}:${DB_PORT}/camundabpmn
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040012 username: ${DB_USERNAME}
13 password: ${DB_PASSWORD}
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040014 http:
15 multipart:
16 enabled: false
17 jersey:
18 application-path: /sobpmnengine
Benjamin, Max (mb388a)7ace3e62018-11-17 00:52:11 -050019camunda:
20 bpm:
21 application:
22 delete-upon-undeploy: false
23 scan-for-process-definitions: true
24 deploy-changed-only: true
25 job-execution:
26 deployment-aware: true
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040027#Actuator
Benjamin, Max (mb388a)3cccd482019-01-11 21:02:26 -050028management:
29 endpoints:
30 web:
31 base-path: /manage
32 exposure:
33 include: "*"
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040034 metrics:
35 se-global-registry: false
36 export:
37 prometheus:
38 enabled: true # Whether exporting of metrics to Prometheus is enabled.
39 step: 1m # Step size (i.e. reporting frequency) to use.