stub in support for iqdbs

This commit is contained in:
Albert Yi
2016-11-28 17:14:25 -08:00
parent 17604a6147
commit 428d4689d6
2 changed files with 45 additions and 18 deletions

View File

@@ -455,6 +455,13 @@ module Danbooru
def listbooru_auth_key
end
# iqdbs options
def iqdbs_auth_key
end
def iqdbs_server
end
# google api options
def google_api_project
end
@@ -465,11 +472,9 @@ module Danbooru
# AWS config options
def aws_access_key_id
nil
end
def aws_secret_access_key
nil
end
def aws_ses_enabled?
@@ -478,7 +483,6 @@ module Danbooru
def aws_ses_options
# {:smtp_server_name => "smtp server", :user_name => "user name", :ses_smtp_user_name => "smtp user name", :ses_smtp_password => "smtp password"}
nil
end
def aws_s3_enabled?
@@ -504,5 +508,8 @@ module Danbooru
def aws_sqs_region
end
def aws_sqs_iqdb_url
end
end
end