Skip to content

Commit

Permalink
update readme to include info about recaptcha
Browse files Browse the repository at this point in the history
  • Loading branch information
shalstein committed Dec 20, 2018
1 parent ada5cb0 commit fe5b752
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ TWITTER_CONSUMER_KEY="your_key"
TWITTER_CONSUMER_SECRET="your_secret"
TWITTER_ACCESS_TOKEN="your_token"
TWITTER_ACCESS_SECRET="your_token_secret"
RECAPTCHA_SITE_KEY = YOURSITEKEY
RECAPTCHA_SECRET_KEY = YOURSECERTKEY
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ To tweet automatically when content is published, you can register an app on [Tw
and set the keys to your environment variables. If you choose not to, don't set the variables and
the app will simply skip the tweeting feature.

reCAPTCHA is used for preventing bots from signing up fake accounts. You will need to get a secret key and and site key from [Google](https://www.google.com/recaptcha/admin#list). Then set the RECAPTCHA_SITE_KEY and RECAPTCHA_SECRET_KEY environment variables.

Now you need to set the environment variables on your server. The procedure
will depend on your system.

Expand Down

0 comments on commit fe5b752

Please sign in to comment.