Skip to content

Commit

Permalink
connection with ssl modes allow, prefer, require
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesmarets committed Jan 31, 2022
1 parent 3c29047 commit 8d4c2f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "PostgreSQL",
"version": "0.1.8",
"versionDate": "2022-01-26",
"version": "0.1.9",
"versionDate": "2022-01-31",
"author": "hackolade",
"engines": {
"hackolade": "5.2.8",
Expand Down
3 changes: 2 additions & 1 deletion reverse_engineering/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"host",
"port",
"userName"
]
],
"helpUrl": "https://hackolade.com/help/ConnecttoaPostgreSQLinstance.html"
}
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
},
{
"tab": "SSL",
"helpUrl": "https://hackolade.com/help/SSL4.html",
"structure": [
{
"inputLabel": "SSL",
Expand Down Expand Up @@ -156,6 +157,7 @@
},
{
"tab": "SSH",
"helpUrl": "https://hackolade.com/help/SSH5.html",
"structure": [
{
"inputLabel": "Use SSH Tunnel",
Expand Down

0 comments on commit 8d4c2f8

Please sign in to comment.