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

Commit fde9bfd

Browse files
authored
Merge pull request #108 from mtxr/pg_new_auth_doc_fix
Minor edit in default Connections file comments
2 parents 7f33e51 + fbc8100 commit fde9bfd

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)