bunkerweb/examples/php-multisite/tests.json
2022-08-17 14:01:18 +02:00

21 lines
No EOL
293 B
JSON

{
"name": "php-multisite",
"kinds": [
"docker",
"autoconf",
"linux"
],
"timeout": 60,
"tests": [
{
"type": "string",
"url": "https://app1.example.com",
"string": "app1"
},
{
"type": "string",
"url": "https://app2.example.com",
"string": "app2"
}
]
}