mirror of https://github.com/status-im/consul.git
Merge pull request #4299 from roidelapluie/patch-1
docs: Fix JSON in service configuration
This commit is contained in:
commit
3f9db1c4d2
|
@ -35,7 +35,7 @@ example shows all possible fields, but note that only a few are required.
|
||||||
"address": "",
|
"address": "",
|
||||||
"meta": {
|
"meta": {
|
||||||
"meta": "for my service"
|
"meta": "for my service"
|
||||||
}
|
},
|
||||||
"port": 8000,
|
"port": 8000,
|
||||||
"enable_tag_override": false,
|
"enable_tag_override": false,
|
||||||
"checks": [
|
"checks": [
|
||||||
|
|
Loading…
Reference in New Issue