mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-06 06:48:37 +00:00
17 lines
310 B
JSON
17 lines
310 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"
|
|
}
|
|
]
|
|
}
|