bunkerweb/examples/php-multisite/tests.json
2024-01-05 09:37:18 +01:00

19 lines
377 B
JSON

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