Fixes #130, document mysql plugin better, README

This commit is contained in:
Cameron Sparr
2015-08-24 14:08:47 -06:00
parent a449e4b47c
commit bd85a36cb1
3 changed files with 10 additions and 5 deletions

View File

@@ -25,11 +25,11 @@ var sampleConfig = `
# postgres://[pqgotest[:password]]@localhost?sslmode=[disable|verify-ca|verify-full]
# or a simple string:
# host=localhost user=pqotest password=... sslmode=...
#
#
# All connection parameters are optional. By default, the host is localhost
# and the user is the currently running user. For localhost, we default
# to sslmode=disable as well.
#
#
address = "sslmode=disable"