From ac12b129f948f5abbd1240e8f8ecb673b776e4bd Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Sun, 24 Oct 2021 17:36:54 +0330 Subject: [PATCH] Updated Configuring Tachidesk Server (markdown) --- Configuring-Tachidesk-Server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.