[Fix] Add missing quote (#10484)
This commit is contained in:
parent
f408c4d387
commit
a1e7556af6
|
@ -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