aboutsummaryrefslogtreecommitdiffstats
path: root/config.example
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.example
parent071a352c7553224aa8d3dd3a95fc945488c3d943 (diff)
downloadneko-eb3112116ae926921fbefd3677ed16a6da65f645.tar.gz
neko-eb3112116ae926921fbefd3677ed16a6da65f645.tar.bz2
neko-eb3112116ae926921fbefd3677ed16a6da65f645.zip
img proxy as config option
Diffstat (limited to 'config.example')
-rw-r--r--config.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.example b/config.example
index d66df69..10734fc 100644
--- a/config.example
+++ b/config.example
@@ -3,5 +3,6 @@
"web": "127.0.0.0.1:4994",
"username": "username",
"password": "plaintextexamplepasswordpleasereplacethis",
- "static_dir": "absolute/directory/to/neko/static"
+ "static_dir": "absolute/directory/to/neko/static",
+ "proxy_images": false
}