aboutsummaryrefslogtreecommitdiffstats
path: root/config.json
blob: 248d5f4f8a4d0463bcc091693dc3640c7f0e1618 (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
25
26
27
28
29
30
31
32
33
{
    "managers": [
        {
            "name": "local syz_manager",
            "http_url": "http://localhost:56741",
            "need_expert_mode": false
        }
    ],
    "endpoints": [
        {
            "name": "crashes",
            "http_uri": "/",
            "crashes": true 
        },
        {
            "name": "metrics",
            "http_uri": "/",
            "metrics": true
        },
        {
            "name": "coverage_PCs",
            "http_uri": "/rawcover",
            "has_header": false
        },
        {
            "name": "coverage_PCs_with_file_info",
            "http_uri": "/rawcoverfiles",
            "has_header": true
        }
    ],
    "reports_dir": "./reports/",
    "timeout": 600
}