diff options
author | Adam Mathes <adam@trenchant.org> | 2018-04-27 08:44:59 -0700 |
---|---|---|
committer | Adam Mathes <adam@trenchant.org> | 2018-04-27 08:44:59 -0700 |
commit | eb3112116ae926921fbefd3677ed16a6da65f645 (patch) | |
tree | 76ee877488c64c7a05737067d838627f63c5a8a5 /config.example | |
parent | 071a352c7553224aa8d3dd3a95fc945488c3d943 (diff) | |
download | neko-eb3112116ae926921fbefd3677ed16a6da65f645.tar.gz neko-eb3112116ae926921fbefd3677ed16a6da65f645.tar.bz2 neko-eb3112116ae926921fbefd3677ed16a6da65f645.zip |
img proxy as config option
Diffstat (limited to 'config.example')
-rw-r--r-- | config.example | 3 |
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 } |