From eb3112116ae926921fbefd3677ed16a6da65f645 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Fri, 27 Apr 2018 08:44:59 -0700 Subject: img proxy as config option --- config.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.example') 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 } -- cgit v1.2.3