diff --git a/Configuring-Tachidesk-Server.md b/Configuring-Tachidesk-Server.md index 35bef60..503dd2e 100644 --- a/Configuring-Tachidesk-Server.md +++ b/Configuring-Tachidesk-Server.md @@ -47,7 +47,7 @@ server.basicAuthEnabled = false server.basicAuthUsername = "" server.basicAuthPassword = "" ``` -- `server.basicAuthEnabled` controls whether if Tachidesk-Server should be protected with [Basic access authentication](https://en.wikipedia.org/wiki/Basic_access_authentication), enabling this options is useful when hosting on a public network/the Internet. +- `server.basicAuthEnabled` controls whether if Tachidesk-Server should be protected with [Basic access authentication](https://en.wikipedia.org/wiki/Basic_access_authentication), enabling this option is useful when hosting on a public network/the Internet. - `server.basicAuthUsername` the username value that you have to provide when authenticating. - `server.basicAuthPassword` the password value that you have to provide when authenticating.