| 1 | { |
| 2 | "url": "wss://127.0.0.1:9002", |
| 3 | "outdir": "./reports/clients", |
| 4 | "key": "/config/server.key", |
| 5 | "cert": "/config/server.crt", |
| 6 | "cases": [ |
| 7 | "*" |
| 8 | ], |
| 9 | "exclude-cases": [ |
| 10 | "9.*", |
| 11 | "11.*", |
| 12 | "12.*", |
| 13 | "13.*" |
| 14 | ], |
| 15 | "exclude-agent-cases": {} |
| 16 | } |