-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplication.yml
More file actions
32 lines (32 loc) · 839 Bytes
/
application.yml
File metadata and controls
32 lines (32 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
de.viadee.mateo.rpa:
camunda-api:
url: http://localhost:8080/engine-rest
# optional lockDuration, defaults to 3600000
# lockDuration:
# optional lockFactor, defaults to 2
# lockFactor:
# optional lockMaxTime, defaults to 600
# lockMaxTime:
# optional initTime, defaults to 500
# initTime:
# add authentication if necessary
# authentication:
# type: basic
# username: demo
# password: demo
mateo-api:
# optional topic, defaults to mateo
# topic:
# type can be 'mateo' or 'orchestrator'
type: mateo
url: http://localhost:8123
# optional errorCode, defaults to mateoError
# errorCode:
# add authentication if mateo roboter is used
# authentication:
# enable: false
# username:
# password:
server:
url: localhost
port: 8082