CouchDB Plugin SampleConfig fix
This commit is contained in:
parent
f224a4aa62
commit
89654c0ea5
|
@ -77,7 +77,7 @@ func (*CouchDB) SampleConfig() string {
|
|||
return `
|
||||
# Works with CouchDB stats endpoints out of the box
|
||||
# Multiple HOSTs from which to read CouchDB stats:
|
||||
hosts = ["http://localhost:8086/_stats",...]
|
||||
hosts = ["http://localhost:8086/_stats"]
|
||||
`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue