remove donmai-specific config options
This commit is contained in:
@@ -349,11 +349,9 @@ module Danbooru
|
|||||||
end
|
end
|
||||||
|
|
||||||
def shared_remote_key
|
def shared_remote_key
|
||||||
"blah blah blah blah blah blah"
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def report_server
|
def report_server
|
||||||
"https://isshiki.donmai.us"
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def enable_post_search_counts
|
def enable_post_search_counts
|
||||||
@@ -398,19 +396,15 @@ module Danbooru
|
|||||||
end
|
end
|
||||||
|
|
||||||
def twitter_site
|
def twitter_site
|
||||||
"@teruyo"
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def addthis_key
|
def addthis_key
|
||||||
nil
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def listbooru_server
|
def listbooru_server
|
||||||
"http://miura.donmai.us"
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def listbooru_auth_key
|
def listbooru_auth_key
|
||||||
ENV["LISTBOORU_AUTH_KEY"]
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user