mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-17 05:58:22 +00:00
20 lines
282 B
JSON
20 lines
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"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|