mirror of
https://github.com/status-im/nim-websock.git
synced 2025-01-12 02:24:15 +00:00
14 lines
263 B
JSON
14 lines
263 B
JSON
{
|
|
"url": "wss://127.0.0.1:9002",
|
|
"key": "tls/server.key",
|
|
"cert": "tls/server.crt",
|
|
|
|
"options": {"failByDrop": false},
|
|
"outdir": "./reports/client_tls",
|
|
"webport": 8081,
|
|
|
|
"cases": ["*"],
|
|
"exclude-cases": [],
|
|
"exclude-agent-cases": {}
|
|
}
|