bunkerweb/examples/mongo-express/tests.json
2022-08-23 13:37:18 +02:00

16 lines
No EOL
212 B
JSON

{
"name": "mongo-express",
"kinds": [
"docker",
"autoconf"
],
"timeout": 60,
"no_copy_container": true,
"tests": [
{
"type": "status",
"url": "https://www.example.com",
"status": 401
}
]
}