From 64d3a5236a23871f950894097af5efc5b0acc4b5 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 28 Mar 2019 23:49:29 +0100 Subject: [PATCH] :fire: Removes password option from documentation --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index b41a5c1..a099b8e 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,6 @@ Example add-on configuration: ```json { "log_level": "info", - "password": "ChooChooHomie", "ssl": false, "certfile": "fullchain.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 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` Enables/Disables SSL (HTTPS). Set it `true` to enable it, `false` otherwise.