From 05d19eb3dc02752cf8568c3691c94fe4a8fb47e2 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Tue, 10 Nov 2015 16:40:08 -0800 Subject: [PATCH] remove donmai-specific config options --- config/danbooru_default_config.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config/danbooru_default_config.rb b/config/danbooru_default_config.rb index c4f3f1554..202d7248b 100644 --- a/config/danbooru_default_config.rb +++ b/config/danbooru_default_config.rb @@ -349,11 +349,9 @@ module Danbooru end def shared_remote_key - "blah blah blah blah blah blah" end def report_server - "https://isshiki.donmai.us" end def enable_post_search_counts @@ -398,19 +396,15 @@ module Danbooru end def twitter_site - "@teruyo" end def addthis_key - nil end def listbooru_server - "http://miura.donmai.us" end def listbooru_auth_key - ENV["LISTBOORU_AUTH_KEY"] end end end