mirror of https://github.com/status-im/consul.git
[Fix] Add missing quote (#10484)
This commit is contained in:
parent
d7fb3543fc
commit
c138c38392
|
@ -54,7 +54,7 @@ example shows all possible fields, but note that only a few are required.
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"port": 8000,
|
"port": 8000,
|
||||||
"socket_path: "/tmp/redis.sock",
|
"socket_path": "/tmp/redis.sock",
|
||||||
"enable_tag_override": false,
|
"enable_tag_override": false,
|
||||||
"checks": [
|
"checks": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue