Updated Configuring Tachidesk Server (markdown)

Aria Moradi
2021-10-24 17:36:54 +03:30
parent b378b1e505
commit ac12b129f9

@@ -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.