bunkerweb/examples/php-multisite/tests.json

21 lines
293 B
JSON
Raw Normal View History

2022-07-23 20:38:49 +00:00
{
"name": "php-multisite",
"kinds": [
"docker",
2022-08-17 12:01:18 +00:00
"autoconf",
"linux"
2022-07-23 20:38:49 +00:00
],
"timeout": 60,
"tests": [
{
"type": "string",
"url": "https://app1.example.com",
"string": "app1"
},
{
"type": "string",
"url": "https://app2.example.com",
"string": "app2"
}
]
}