Recaptcha.configure do |config|
    config.site_key  = APPLICATION['defaults']['recaptcha_site_key']
    config.secret_key = APPLICATION['defaults']['recaptcha_secret_key']
  end