bunkerweb/examples/mongo-express/tests.json

15 lines
240 B
JSON
Raw Normal View History

2022-07-23 09:29:18 +00:00
{
"name": "mongo-express",
"kinds": ["docker", "autoconf"],
"timeout": 60,
"delay": 60,
"no_copy_container": true,
"tests": [
{
"type": "status",
"url": "https://www.example.com",
"status": 401
}
]
}