1
0

Removed WebDir option.

This commit is contained in:
Alexander Andreev 2022-02-08 18:25:54 +04:00
parent 424a42b3db
commit 4b8cc9060e
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F

View File

@ -12,7 +12,6 @@ import (
type Configuration struct {
ListenOn string `yaml:"listen_on"`
HashSalt string `yaml:"hash_salt"`
WebDir string `yaml:"web_dir"`
User string `yaml:"user"`
Log struct {
ToStdout bool `yaml:"stdout"`