Newer
Older
dmpopidor / config / initializers / recaptcha_example.rb
Recaptcha.configure do |config|
  config.public_key  = 'replace_this_with_your_public_key'
  config.private_key = 'replace_this_with_your_private_key'
  config.proxy = 'http://someproxy.com:port'
end