Skip to content

Commit

Permalink
Merge pull request #59 from internetee/rest-whois-39
Browse files Browse the repository at this point in the history
Add recaptcha doc
  • Loading branch information
teadur authored May 24, 2018
2 parents 9a9c620 + b1eca96 commit 75484cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/application-example.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
whitelist_ip: '127.0.0.1, 127.0.0.2'

# With the following test keys,
# you will always get No CAPTCHA and all verification requests will pass.
# Site key: 6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI
# Secret key: 6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe
recaptcha_site_key: test
recaptcha_secret_key: test

Expand Down

0 comments on commit 75484cf

Please sign in to comment.