mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
🔨 Turns on SSL by default
This commit is contained in:
parent
eaf5f5b9e3
commit
7fab0c9ec8
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
],
|
||||
"options": {
|
||||
"password": "",
|
||||
"ssl": false,
|
||||
"ssl": true,
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem",
|
||||
"packages": [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue