1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/websockets/autobahn/config/fuzzingclient.json
2022-02-18 01:44:53 +00:00

17 lines
256 B
JSON

{
"outdir": "./reports/servers",
"servers": [
{
"agent": "actix-web-actors",
"url": "ws://host.docker.internal:9001"
}
],
"cases": ["*"],
"exclude-cases": [
"9.*",
"12.*",
"13.*"
],
"exclude-agent-cases": {}
}