13 lines
196 B
JSON
13 lines
196 B
JSON
{
|
|
"service": {
|
|
"name": "consul",
|
|
"port": 8600,
|
|
"check":{
|
|
"tcp": "localhost:8600",
|
|
"interval": "60s",
|
|
"timeout": "1s",
|
|
"success_before_passing": 3
|
|
}
|
|
}
|
|
}
|