6 lines
192 B
Ruby
6 lines
192 B
Ruby
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
|