From 663c3fe818cc0657e05778b05c3c11c0be114641 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Fri, 6 Jan 2023 13:36:01 +0330 Subject: [PATCH] Updated Configuring Tachidesk Server (markdown) --- Configuring-Tachidesk-Server.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Configuring-Tachidesk-Server.md b/Configuring-Tachidesk-Server.md index 503dd2e..ec82294 100644 --- a/Configuring-Tachidesk-Server.md +++ b/Configuring-Tachidesk-Server.md @@ -1,10 +1,14 @@ Tachidesk-Server configuration file is named `server.conf` and is located inside [the data directory](https://github.com/Suwayomi/Tachidesk-Server/wiki/The-Data-Directory). +The configuration file is written in HOCON. Google is your friend if you want to know more. + **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, 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. +## Troubleshooting +### I messed up my configuration file +- The reference configuration file can be found [here](https://github.com/Suwayomi/Tachidesk-Server/blob/master/server/src/main/resources/server-reference.conf) replace your whole configuration or erroneous keys referring to it. +- Tachdidesk will create a default configuration file when one doesn't exist, you can delete `server.conf` to get a copy of the reference configuration file. -The configuration file is written in HOCON. Google is your friend if you want to know more. ## Configuration Options ### Server ip and port bindings