CouchDB Plugin SampleConfig fix

This commit is contained in:
codehate 2016-02-05 21:32:46 +05:30
parent f224a4aa62
commit 89654c0ea5
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ func (*CouchDB) SampleConfig() string {
return ` return `
# Works with CouchDB stats endpoints out of the box # Works with CouchDB stats endpoints out of the box
# Multiple HOSTs from which to read CouchDB stats: # Multiple HOSTs from which to read CouchDB stats:
hosts = ["http://localhost:8086/_stats",...] hosts = ["http://localhost:8086/_stats"]
` `
} }