{
    "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
}