forked from e621ng/e621ng
8 lines
223 B
Ruby
8 lines
223 B
Ruby
# frozen_string_literal: true
|
|
|
|
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
|