From 7f4d3052b3d5ac0a8c459c180f4cd0e7ff590e30 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Thu, 29 Jun 2017 18:07:07 -0700 Subject: [PATCH] add proxy config --- config/danbooru_default_config.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/danbooru_default_config.rb b/config/danbooru_default_config.rb index 7b722c6b1..7dec2c060 100644 --- a/config/danbooru_default_config.rb +++ b/config/danbooru_default_config.rb @@ -417,6 +417,12 @@ module Danbooru false end + # for outgoing http requests, use these proxy settings: + def http_proxy_settings + # {http_proxyaddr: "", http_proxyport: "", http_proxyuser: nil, http_proxypass: nil} + nil + end + # you should override this def email_key "zDMSATq0W3hmA5p3rKTgD"