Added instructions for setting up captcha in an obviously named file.

This commit is contained in:
Kegan Dougal 2014-09-05 23:32:07 -07:00
parent b5749c75d9
commit a342867d3f
3 changed files with 54 additions and 11 deletions

View file

@ -11,14 +11,3 @@ Then, open this URL in a WEB browser::
http://127.0.0.1:8000/
ReCaptcha Keys
--------------
The web client will look for the global variable webClientConfig for config options. You should
put your ReCaptcha public key there like so:
webClientConfig = {
recaptcha_public_key: "YOUR_PUBLIC_KEY"
}
This should be put in webclient/config.js which is already .gitignored, rather than in the web
client source files.