Updated Configuring Tachidesk Server (markdown)

Mitchell Syer
2023-07-18 11:20:17 -04:00
parent 5d172c7109
commit 40bdb5e8ed

@@ -75,7 +75,7 @@ server.downloadsPath = ""
```
- `server.debugLogsEnabled` controls whether if Tachidesk-Server should print more information while being run inside a Terminal/CMD/Powershell window.
- `server.systemTrayEnabled = true` whether if Tachidesk-Server should show a System Tray Icon, disabling this on headless servers is recommended.
- `server.downloadsPath = ""` the path where manga downloads will be stored, if the value is empty, the default directory `downloads` inside [the data directory](https://github.com/Suwayomi/Tachidesk-Server/wiki/The-Data-Directory) will be used.
- `server.downloadsPath = ""` the path where manga downloads will be stored, if the value is empty, the default directory `downloads` inside [the data directory](https://github.com/Suwayomi/Tachidesk-Server/wiki/The-Data-Directory) will be used. If you are on Windows the slashes `\` needs to be doubled(`\\`) or replaced with `/`
## Overriding configuration options with command-line arguments
You can override the above configuration options with command-line arguments.