Improve sample config

This commit is contained in:
Evan Phoenix
2015-05-22 16:26:32 -07:00
parent 75439f9185
commit ead52e807e
2 changed files with 14 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ type Mysql struct {
var sampleConfig = `
# specify servers via a url matching:
# [username[:password]@][protocol[(address)]]/[?tls=[true|false|skip-verify]]
# e.g. root:root@http://10.0.0.18/?tls=false
#
# If no servers are specified, then localhost is used as the host.
servers = ["localhost"]`