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

25 lines
368 B
JSON
Raw Normal View History

{
"name": "reverse-proxy-multisite",
"kinds": [
"docker",
2022-08-17 12:01:18 +00:00
"autoconf",
"swarm",
"kubernetes",
"linux"
],
"timeout": 60,
2022-08-05 12:17:38 +00:00
"delay": 60,
"tests": [
{
"type": "string",
"url": "https://app1.example.com",
"string": "hello"
},
{
"type": "string",
"url": "https://app2.example.com",
"string": "hello"
}
]
2022-08-17 12:01:18 +00:00
}