bunkerweb/examples/reverse-proxy-websocket/tests.json

18 lines
312 B
JSON
Raw Normal View History

2022-12-02 14:37:23 +00:00
{
"name": "reverse-proxy-websocket",
"kinds": ["docker"],
"timeout": 60,
"tests": [
{
"type": "string-ws",
"url": "https://www.example.com/app1",
"string": "hello"
},
{
"type": "string",
"url": "https://www.example.com/app2",
"string": "hello"
}
]
}