blob: 8d930fe17fed733b574f1bea7b3d0c1c0d778c04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
server:
port: 8080
tomcat:
max-threads: 50
ssl-enable: false
spring:
datasource:
jdbc-url: jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;
driver-class-name: org.h2.Driver
camunda:
rest:
api:
url: http://localhost:8080/engine-rest/engine/
engine: default
auth: Basic YWRtaW46S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ==
mso:
database:
rest:
api:
url: http://localhost:8083/infraActiveRequests/
auth: Basic YnBlbDpwYXNzd29yZDEk
|