Removed WebDir option.
This commit is contained in:
parent
424a42b3db
commit
4b8cc9060e
@ -12,7 +12,6 @@ import (
|
|||||||
type Configuration struct {
|
type Configuration struct {
|
||||||
ListenOn string `yaml:"listen_on"`
|
ListenOn string `yaml:"listen_on"`
|
||||||
HashSalt string `yaml:"hash_salt"`
|
HashSalt string `yaml:"hash_salt"`
|
||||||
WebDir string `yaml:"web_dir"`
|
|
||||||
User string `yaml:"user"`
|
User string `yaml:"user"`
|
||||||
Log struct {
|
Log struct {
|
||||||
ToStdout bool `yaml:"stdout"`
|
ToStdout bool `yaml:"stdout"`
|
||||||
|
Loading…
Reference in New Issue
Block a user