bunkerweb/examples/php-multisite/tests.json

20 lines
377 B
JSON
Raw Normal View History

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