Sha256: 44871996aa3f0f1a71fac18f9c69a35e8bd52647d41bcfcaef3317c1368bba66
Contents?: true
Size: 432 Bytes
Versions: 12
Compression:
Stored size: 432 Bytes
Contents
Cardio::Railtie.config.tap do |config| config.recaptcha_public_key = nil # deprecated; use recaptcha_site_key instead config.recaptcha_private_key = nil # deprecated; use recaptcha_secret_key instead config.recaptcha_proxy = nil config.recaptcha_site_key = nil config.recaptcha_secret_key = nil config.recaptcha_minimum_score = 0.5 config.recaptcha_verify_url = "https://www.google.com/recaptcha/api/siteverify" end
Version data entries
12 entries across 12 versions & 1 rubygems