Removed unused Chroot field from a Configuration struct.
This commit is contained in:
parent
d5aa919a37
commit
6ce548619a
@ -13,7 +13,6 @@ type Configuration struct {
|
|||||||
ListenOn string `yaml:"listen_on"`
|
ListenOn string `yaml:"listen_on"`
|
||||||
HashSalt string `yaml:"hash_salt"`
|
HashSalt string `yaml:"hash_salt"`
|
||||||
User string `yaml:"user"`
|
User string `yaml:"user"`
|
||||||
Chroot string `yaml:"chroot"`
|
|
||||||
Log struct {
|
Log struct {
|
||||||
Error string `yaml:"error"`
|
Error string `yaml:"error"`
|
||||||
Upload string `yaml:"upload"`
|
Upload string `yaml:"upload"`
|
||||||
|
Loading…
Reference in New Issue
Block a user