bunkerweb/examples/mongo-express/tests.json
2022-10-19 17:37:13 +02:00

13 lines
225 B
JSON

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