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.