mirror of https://github.com/status-im/consul.git
Merge pull request #556 from darron/master
Docs: It's not key - it's service.
This commit is contained in:
commit
73eeb2566e
|
@ -227,7 +227,7 @@ Here is an example configuration:
|
||||||
```javascript
|
```javascript
|
||||||
{
|
{
|
||||||
"type": "service",
|
"type": "service",
|
||||||
"key": "redis",
|
"service": "redis",
|
||||||
"handler": "/usr/bin/my-service-handler.sh"
|
"handler": "/usr/bin/my-service-handler.sh"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue