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

Commit

Permalink
Note the prompting of params in Connection file
Browse files Browse the repository at this point in the history
  • Loading branch information
tkopets committed Jun 7, 2019
1 parent 6de41b8 commit 31de3c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SQLToolsConnections.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"connections": {
/*
"Generic Template": { // Connection name, used in menu (Display name)
// connection properties set to "null" will prompt for value when connecting
"type" : "pgsql", // DB type: (mysql, pgsql, oracle, vertica, sqlite, firebird, sqsh)
"host" : "HOSTNAME", // DB host to connect to
"port" : PORT, // DB port
Expand Down

0 comments on commit 31de3c0

Please sign in to comment.