From e38b0c97a947dcb11aa3d182db798e387ed3fa59 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Sun, 24 Oct 2021 17:33:27 +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 991aa5f..37ef2d1 100644 --- a/Configuring-Tachidesk-Server.md +++ b/Configuring-Tachidesk-Server.md @@ -2,7 +2,7 @@ Tachidesk-Server configuration file is named `server.conf` and is located inside **Note:** new keys might be added in the future, Tachidesk-Server doesn't update your conf file automatically, so it might be missing some keys. -The reference configuration file can be found [here](https://github.com/Suwayomi/Tachidesk-Server/blob/master/server/src/main/resources/server-reference.conf) if you mess something up, you can delete `server.conf` to get a fresh one the next time Tachidesk-Server starts or use the reference file, also this document shows you the default values as they are. +The reference configuration file can be found [here](https://github.com/Suwayomi/Tachidesk-Server/blob/master/server/src/main/resources/server-reference.conf) if you mess something up, or you can delete `server.conf` to get a fresh one the next time Tachidesk-Server starts or use the reference file, also this document shows you the default values as they are in the reference conf file. The configuration file is written in HOCON. Google is your friend if you want to know more.