mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-14 20:48:28 +00:00
20 lines
No EOL
282 B
JSON
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"
|
|
}
|
|
]
|
|
} |