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
|
{
"service": {
"host": "127.0.0.1",
"port": 3001,
"metrics": {
"enabled": false,
"collectDefaultMetrics": true,
"requestDurationBuckets": [1, 5, 7, 9, 11, 13, 15, 20, 30]
},
"logging": {
"level": "info",
"console": {
"json": true,
"colorize": false
}
}
},
"rendering": {
"timezone": null,
"chromeBin": "/usr/bin/chromium-browser",
"ignoresHttpsErrors": false,
"timingMetrics": false,
"mode": "default",
"clustering": {
"mode": "browser",
"maxConcurrency": 5
},
"verboseLogging": false
}
}
|