mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-22 00:18:23 +00:00
18 lines
312 B
JSON
18 lines
312 B
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|