summary refs log tree commit diff
path: root/static/client/register/register_config.sample.js
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-02-24 10:00:33 +0000
committerErik Johnston <erik@matrix.org>2015-02-24 10:00:33 +0000
commitc0aaf9fe767ec67fd1ea8229c3282544cc4a0b64 (patch)
tree7fa41792cb0283a34f327935159e8b26c29857c8 /static/client/register/register_config.sample.js
parentUse OrderedDict for @cached backing store, so we can evict the oldest key unb... (diff)
parentUpdate CHANGES and UPGRADE (diff)
downloadsynapse-c0aaf9fe767ec67fd1ea8229c3282544cc4a0b64.tar.xz
Merge pull request #89 from matrix-org/registration-fallback
Registration fallback
Diffstat (limited to 'static/client/register/register_config.sample.js')
-rw-r--r--static/client/register/register_config.sample.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/client/register/register_config.sample.js b/static/client/register/register_config.sample.js
new file mode 100644
index 0000000000..c7ea180dee
--- /dev/null
+++ b/static/client/register/register_config.sample.js
@@ -0,0 +1,3 @@
+window.matrixRegistrationConfig = {
+  recaptcha_public_key: "YOUR_PUBLIC_KEY"
+};