1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/websockets/autobahn/config/fuzzingclient.json

17 lines
256 B
JSON
Raw Normal View History

{
"outdir": "./reports/servers",
"servers": [
{
"agent": "actix-web-actors",
"url": "ws://host.docker.internal:9001"
}
],
"cases": ["*"],
"exclude-cases": [
2022-02-18 02:44:53 +01:00
"9.*",
"12.*",
"13.*"
],
"exclude-agent-cases": {}
}