bunkerweb/examples/docker-configs/tests.json

28 lines
516 B
JSON
Raw Normal View History

2022-07-21 09:39:35 +00:00
{
"name": "docker-configs",
"kinds": ["docker"],
"timeout": 60,
"tests": [
{
"type": "string",
"url": "https://app1.example.com/hello",
"string": "world"
},
{
"type": "string",
"url": "https://app2.example.com/hello",
"string": "world"
},
{
"type": "string",
"url": "https://app1.example.com/app1",
"string": "app1"
},
{
"type": "string",
"url": "https://app2.example.com/app2",
"string": "app2"
}
]
}