mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-07 21:04:34 -05:00
Updated Configuring Tachidesk Server (markdown)
@@ -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).
|
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.
|
**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
|
## Configuration Options
|
||||||
### Server ip and port bindings
|
### Server ip and port bindings
|
||||||
|
|||||||
Reference in New Issue
Block a user