forked from sncf-connect-tech/zucchini-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver-config.yml
37 lines (31 loc) · 857 Bytes
/
server-config.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
server:
type: default
minThreads: 12
maxThreads: 48
maxQueuedRequests: 2048
idleThreadTimeout: 10 seconds
# Never change the following param!
rootPath: /api
mongoUri: "mongodb://${MONGO_HOST:-localhost}/${MONGO-DB:-zucchini}?connectTimeoutMS=5000&socketTimeoutMS=90000&w=majority&journal=true&wtimeoutMS=60000"
numberLatest: 100
logging:
level: INFO
correctionAction:
- actionCode: EXACT_REPLAY
actionLabel: Rejeu à l'identique
type: PASSED
- actionCode: HAND_REPLAY
actionLabel: Rejeu manuel
type: PASSED
- actionCode: DATASET
actionLabel: Absence de jeux de données
type: NOT_RUN
- actionCode: FUNCTIONAL_ANOMALY
actionLabel: Anomalie fonctionnelle
type: FAILED
encounteredProblem:
- longLabel: OTHER
shortLabel: UNKNOWN
- longLabel: AAA
shortLabel: BBB
#rabbitUri: "localhost"