bunkerweb/examples/php-multisite/tests.json
2022-07-23 22:38:49 +02:00

20 lines
No EOL
282 B
JSON

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