🔥 Removes password option from documentation

This commit is contained in:
Franck Nijhof 2019-03-28 23:49:29 +01:00
parent 0c3fd44420
commit 64d3a5236a
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -62,7 +62,6 @@ Example add-on configuration:
```json ```json
{ {
"log_level": "info", "log_level": "info",
"password": "ChooChooHomie",
"ssl": false, "ssl": false,
"certfile": "fullchain.pem", "certfile": "fullchain.pem",
"keyfile": "privkey.pem", "keyfile": "privkey.pem",
@ -95,12 +94,6 @@ more severe level, e.g., `debug` also shows `info` messages. By default,
the `log_level` is set to `info`, which is the recommended setting unless the `log_level` is set to `info`, which is the recommended setting unless
you are troubleshooting. you are troubleshooting.
### Option: `password`
Password needed to login into the Visual Studio Code.
**Note**: _This option support secrets, e.g., `!secret vscode_password`._
### Option: `ssl` ### Option: `ssl`
Enables/Disables SSL (HTTPS). Set it `true` to enable it, `false` otherwise. Enables/Disables SSL (HTTPS). Set it `true` to enable it, `false` otherwise.