aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAdam Mathes <adam@trenchant.org>2018-04-27 08:44:59 -0700
committerAdam Mathes <adam@trenchant.org>2018-04-27 08:44:59 -0700
commiteb3112116ae926921fbefd3677ed16a6da65f645 (patch)
tree76ee877488c64c7a05737067d838627f63c5a8a5 /config
parent071a352c7553224aa8d3dd3a95fc945488c3d943 (diff)
downloadneko-eb3112116ae926921fbefd3677ed16a6da65f645.tar.gz
neko-eb3112116ae926921fbefd3677ed16a6da65f645.tar.bz2
neko-eb3112116ae926921fbefd3677ed16a6da65f645.zip
img proxy as config option
Diffstat (limited to 'config')
-rw-r--r--config/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.go b/config/config.go
index bcd1d27..fef1add 100644
--- a/config/config.go
+++ b/config/config.go
@@ -12,6 +12,7 @@ type Settings struct {
Username string `json:"username"`
DigestPassword string `json:"password"`
StaticDir string `json:"static_dir"`
+ ProxyImages bool `json:"proxy_images"`
}
var Config Settings