summary refs log tree commit diff
path: root/webclient/README
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2014-09-05 23:32:07 -0700
committerKegan Dougal <kegan@matrix.org>2014-09-05 23:32:07 -0700
commita342867d3f86096d53a59b0e09d6ac6121bfaa6f (patch)
tree9228c774ef30e96cf4cfb97dcc66168bff92d8f7 /webclient/README
parentReload captchas when they fail. Cleanup on success. (diff)
downloadsynapse-a342867d3f86096d53a59b0e09d6ac6121bfaa6f.tar.xz
Added instructions for setting up captcha in an obviously named file.
Diffstat (limited to 'webclient/README')
-rw-r--r--webclient/README11
1 files changed, 0 insertions, 11 deletions
diff --git a/webclient/README b/webclient/README
index 9750d2706a..13224c3d07 100644
--- a/webclient/README
+++ b/webclient/README
@@ -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.