mirror of
https://github.com/danbulant/sql2csv
synced 2026-06-19 06:21:25 +00:00
fix example config
This commit is contained in:
parent
9d3c6e8fd8
commit
aa3bd58aa1
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
crlf: true #use windows crlf instead of linux lf, defaults to false
|
||||||
|
|
||||||
# Connection:
|
# Connection:
|
||||||
host: database-1.cjbcrihhq2n4.us-east-2.rds.amazonaws.com #defaults to "localhost"
|
host: localhost #defaults to "localhost"
|
||||||
port: 3306 #defaults to 3306
|
port: 3306 #defaults to 3306
|
||||||
username: user #defaults to "root"
|
username: root #defaults to "root"
|
||||||
password: password #defaults to ""(nothing)
|
password: #defaults to ""(nothing)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue