From f06192a98a2f8e8dae3148cda59b6b57968160ae Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Tue, 12 Jun 2018 16:59:04 -0700 Subject: remove runtime static file dependencies, use rice boxes --- config/config.go | 1 - 1 file changed, 1 deletion(-) (limited to 'config') 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"` } -- cgit v1.2.3