Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit 279e53b

Browse files
authored
Merge branch 'master' into readme_review_v0_9
2 parents fe709d8 + fde9bfd commit 279e53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SQLToolsConnections.sublime-settings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"port" : "PORT", // DB port
88
"database" : "DATABASE", // DB name (for SQLite this is the path to DB file)
99
"username" : "USERNAME", // DB username
10-
"password" : "PASSWORD", // if you are using PostgreSQL - setup a "pgpass.conf" file and set it to null
10+
"password" : "PASSWORD", // DB password (see RDMBS specific comments below)
1111
"encoding" : "utf-8" // DB encoding. Default: utf-8
1212
},
1313
"Connection MySQL": {

0 commit comments

Comments
 (0)