fix some more indentation...

This commit is contained in:
Kevin Bouwkamp 2015-09-13 04:43:08 -04:00 committed by Cameron Sparr
parent 19c6572926
commit 76041e84e8
1 changed files with 5 additions and 4 deletions

View File

@ -33,10 +33,11 @@ var sampleConfig = `
# All connection parameters are optional. By default, the host is localhost # All connection parameters are optional. By default, the host is localhost
# and the user is the currently running user. For localhost, we default # and the user is the currently running user. For localhost, we default
# to sslmode=disable as well. # to sslmode=disable as well.
# Without the dbname parameter, the driver will default to a database #
# with the same name as the user. This dbname is just for instantiating a # Without the dbname parameter, the driver will default to a database
# connection with the server and doesn't restrict the databases we are trying # with the same name as the user. This dbname is just for instantiating a
# to grab metrics for. # connection with the server and doesn't restrict the databases we are trying
# to grab metrics for.
# #
address = "sslmode=disable" address = "sslmode=disable"