Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: Grails-ReCaptcha 0.2
-
Fix Version/s: Grails-ReCaptcha 0.3
-
Labels:None
Description
From mailing list:
It will be a very useful feature to have recaptcha keys defined per environment. Something like:
environments {
development
test { publicKey = 'XXX' privateKey = 'XXX' }
production
{ publicKey = 'XXX' privateKey = 'XXX' }}
in RecaptchaConfig