bunkerweb/examples/docker-configs/tests.json
2022-10-19 17:37:13 +02:00

27 lines
516 B
JSON

{
"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"
}
]
}