hook in listbooru #2523

This commit is contained in:
r888888888
2015-10-23 16:49:51 -07:00
parent af60218d77
commit b64c329397
3 changed files with 48 additions and 0 deletions

View File

@@ -404,5 +404,13 @@ module Danbooru
def addthis_key
nil
end
def listbooru_server
"http://miura.donmai.us"
end
def listbooru_auth_key
ENV["LISTBOORU_AUTH_KEY"]
end
end
end