debshots/config/initializers/recaptcha.rb
Christoph Haas ff0b93380a Recaptcha support added when reporting screenshots
There's lots of spam recently. We need to do something against it.
2016-07-21 11:29:25 +02:00

4 lines
168 B
Ruby

Recaptcha.configure do |config|
config.public_key = '6LcliyUTAAAAAIOCkg-c4f4btSEiDJIdwVVixnd2'
config.private_key = '6LcliyUTAAAAAHEtx8ow3tkKx4-fQ5gTbvKN82B5'
end