2024-02-25 12:15:55 -05:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2017-11-28 23:37:02 -05:00
|
|
|
Recaptcha.configure do |config|
|
|
|
|
config.site_key = Danbooru.config.recaptcha_site_key
|
|
|
|
config.secret_key = Danbooru.config.recaptcha_secret_key
|
|
|
|
# config.proxy = "http://example.com"
|
|
|
|
end
|