We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe0ca4 commit 5b2b1b6Copy full SHA for 5b2b1b6
config/initializers/recaptcha.rb
@@ -1,4 +1,4 @@
1
Recaptcha.configure do |config|
2
- config.public_key = '6Lcg3SkUAAAAAO4yYqDriPdh-er7islVavz1m-X2'
3
- config.private_key = '6Lcg3SkUAAAAAEKwJT0Xy-U8XRC8_Qhc1w6FlZRv'
+ config.public_key = '6Lc35yoUAAAAACUODLMbUxj4pC7NfUt5s-i76Z7D'
+ config.private_key = Rails.application.secret('recaptcha_secret')
4
end
0 commit comments