Skip to content

Commit 1bbaf2c

Browse files
authored
Merge pull request #447 from skeltont/patch-1
Update README.md
2 parents bbbc18a + c8b02c9 commit 1bbaf2c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ export RECAPTCHA_ENTERPRISE_API_KEY = 'AIzvFyE3TU-g4K_Kozr9F1smEzZSGBVOfLKyup
7878
export RECAPTCHA_ENTERPRISE_PROJECT_ID = 'my-project'
7979
```
8080

81+
_note:_ you'll still have to provide `RECAPTCHA_SITE_KEY`, which will hold the value of your enterprise recaptcha key id. You will not need to provide a `RECAPTCHA_SECRET_KEY`, however.
82+
83+
`RECAPTCHA_ENTERPRISE_API_KEY` is the enterprise key of your Google Cloud Project, which you can generate here: https://console.cloud.google.com/apis/credentials.
84+
8185
Add `recaptcha_tags` to the forms you want to protect:
8286

8387
```erb

0 commit comments

Comments
 (0)