Fix dumplicated table in sample config

This commit is contained in:
Codeb Fan
2015-11-13 00:57:43 +08:00
parent 41c8d74ef0
commit cc63db9e44

View File

@@ -22,10 +22,8 @@ type TwemproxyInstance struct {
} }
var sampleConfig = ` var sampleConfig = `
# Twemproxy plugin config
[twemproxy]
[[twemproxy.instances]] [[twemproxy.instances]]
# Twemproxy stats address and port(NO scheme!) # Twemproxy stats address and port (no scheme)
addr = "10.16.29.1:22222" addr = "10.16.29.1:22222"
# Monitor pool name # Monitor pool name
pools = ["redis_pool", "mc_pool"] pools = ["redis_pool", "mc_pool"]