Skip to content

Commit 8d4c2f8

Browse files
committed
connection with ssl modes allow, prefer, require
1 parent 3c29047 commit 8d4c2f8

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "PostgreSQL",
3-
"version": "0.1.8",
4-
"versionDate": "2022-01-26",
3+
"version": "0.1.9",
4+
"versionDate": "2022-01-31",
55
"author": "hackolade",
66
"engines": {
77
"hackolade": "5.2.8",

reverse_engineering/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
"host",
1414
"port",
1515
"userName"
16-
]
16+
],
17+
"helpUrl": "https://hackolade.com/help/ConnecttoaPostgreSQLinstance.html"
1718
}

reverse_engineering/connection_settings_modal/connectionSettingsModalConfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
},
6161
{
6262
"tab": "SSL",
63+
"helpUrl": "https://hackolade.com/help/SSL4.html",
6364
"structure": [
6465
{
6566
"inputLabel": "SSL",
@@ -156,6 +157,7 @@
156157
},
157158
{
158159
"tab": "SSH",
160+
"helpUrl": "https://hackolade.com/help/SSH5.html",
159161
"structure": [
160162
{
161163
"inputLabel": "Use SSH Tunnel",

0 commit comments

Comments
 (0)