Skip to content

Commit 5e42da1

Browse files
committed
Support HTTPS connections
1 parent 2f6a9bf commit 5e42da1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

connection.schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@
5959
"default": 52773,
6060
"type": "integer"
6161
},
62+
"https": {
63+
"title": "Use HTTPS",
64+
"default": false,
65+
"type": "boolean"
66+
},
6267
"username": { "$ref": "#/definitions/username" },
6368
"askForPassword": { "$ref": "#/definitions/askForPassword" }
6469
},

0 commit comments

Comments
 (0)