diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/config.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/config.go b/config/config.go index 2b4dc41..9a6df3a 100644 --- a/config/config.go +++ b/config/config.go @@ -12,7 +12,6 @@ type Settings struct { WebServer string `json:"web"` Username string `json:"username"` DigestPassword string `json:"password"` - StaticDir string `json:"static_dir"` ProxyImages bool `json:"proxy_images"` } |