mirror of https://github.com/status-im/consul.git
It's not key - it's service.
It's right in the description, but the example seems to be wrong.
This commit is contained in:
parent
b74af612a9
commit
a5ba33ae06
|
@ -227,7 +227,7 @@ Here is an example configuration:
|
|||
```javascript
|
||||
{
|
||||
"type": "service",
|
||||
"key": "redis",
|
||||
"service": "redis",
|
||||
"handler": "/usr/bin/my-service-handler.sh"
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue