From aa3bd58aa1ff1b17a245d3a1dc3d878995e8aac0 Mon Sep 17 00:00:00 2001 From: danbulant Date: Sat, 28 Sep 2019 13:49:32 +0200 Subject: [PATCH] fix example config --- config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.yml b/config.yml index 716202a..683797b 100644 --- a/config.yml +++ b/config.yml @@ -2,7 +2,7 @@ showNames: true #show names of columns in first row, defaults to false crlf: true #use windows crlf instead of linux lf, defaults to false # Connection: -host: database-1.cjbcrihhq2n4.us-east-2.rds.amazonaws.com #defaults to "localhost" +host: localhost #defaults to "localhost" port: 3306 #defaults to 3306 -username: user #defaults to "root" -password: password #defaults to ""(nothing) +username: root #defaults to "root" +password: #defaults to ""(nothing)