1
0
Fork 0

Removed unused Chroot field from a Configuration struct.

This commit is contained in:
Alexander Andreev 2023-04-24 00:52:01 +04:00
parent d5aa919a37
commit 6ce548619a
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ type Configuration struct {
ListenOn string `yaml:"listen_on"`
HashSalt string `yaml:"hash_salt"`
User string `yaml:"user"`
Chroot string `yaml:"chroot"`
Log struct {
Error string `yaml:"error"`
Upload string `yaml:"upload"`