{
"host": "localhost",
"port": "8080",
"services": [
{
"id": "localhost:8000SOMETHING",
"url": "localhost:8000",
"alive": false,
"healthcheck": {
"delay": 5,
"endpoint": "/",
"duration": 0.283,
"got_error": true
},
"secret_key": "SOMETHING",
"timeout": 3,
"endpoints": {
"/": {
"allowed_methods": [
"GET"
],
"allowed_hosts": [
"localhost"
]
}
}
},
{
"id": "localhost:7000SOMETHING",
"url": "localhost:7000",
"alive": false,
"healthcheck": {
"delay": 5,
"endpoint": "/",
"duration": 0.416,
"got_error": true
},
"secret_key": "SOMETHING",
"timeout": 3,
"endpoints": {
"/": {
"allowed_methods": [
"GET"
],
"allowed_hosts": [
"localhost"
]
}
}
}
]
}