-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathapplication.yml
59 lines (55 loc) · 1.33 KB
/
application.yml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
application:
config-path: ${user.dir}/DSL
stopInCaseOfException: true
logging:
displayRequestContent: false
displayResponseContent: false
meaningfulErrors: false
incomingRequests:
allowedMethodTypes: [ POST, GET ]
headers:
header: value
httpCodesAllowList: [ 200, 201, 202 ]
defaultDslInCaseOfException:
dsl: default-dsl
requestType: "POST"
body:
someVal: "Hello World"
query:
anotherVal: 123
finalResponse:
dslWithResponseHttpStatusCode: 200
dslWithoutResponseHttpStatusCode: 300
maxStepRecursions: 10
CORS:
allowedOrigins: ["https://test.buerokratt.ee", "https://admin.test.buerokratt.ee/", "https://tim.test.buerokratt.ee/"]
allowCredentials: true
DSL:
allowedFiletypes: [".yml", ".yaml", ".tmp", ".DS_Store"]
processedFiletypes: [".yml", ".yaml"]
allowDslReloading: true
internalRequests:
# disabled: true
allowedIPs: ["193.40.13.13"]
allowedURLs: ["http://localhost/internalTest"]
# openSearchConfiguration:
# url: http://host.docker.internal:9200
# index: ruuterlog
httpResponseSizeLimit: 256
management:
endpoints:
web:
exposure:
include=prometheus:
tracing:
enabled:
true
spring:
application:
name: ruuter
logging:
level:
root: INFO
server:
error:
include-stacktrace: never