mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-30 02:47:56 +08:00
15 lines
294 B
JSON
15 lines
294 B
JSON
{
|
|
"name": "acl-master",
|
|
"id": "acl-master",
|
|
"port": 8290,
|
|
"checks": [
|
|
{
|
|
"name": "http-available-checker",
|
|
"http": "http://127.0.0.1:8290",
|
|
"method": "GET",
|
|
"interval": "180s",
|
|
"timeout": "3s"
|
|
}
|
|
]
|
|
}
|