Skip to content

Commit d4fb515

Browse files
authored
Merge pull request #30 from isc-tleavitt/master
Support HTTPS connections
2 parents 2f6a9bf + 5e42da1 commit d4fb515

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)