summary refs log tree commit diff
path: root/synapse/static/client/register/register_config.sample.js
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-11-17 15:45:43 +0000
committerErik Johnston <erik@matrix.org>2015-11-17 15:45:43 +0000
commitd3861b44424aa6f03cc65719bb1527330157abea (patch)
tree4377eb0dc5e221862489bdcc802e50e2f1f41cb1 /synapse/static/client/register/register_config.sample.js
parentMerge branch 'hotfixes-v0.10.0-r2' of github.com:matrix-org/synapse (diff)
parentSlightly more aggressive retry timers at HTTP level (diff)
downloadsynapse-0.11.0.tar.xz
Merge branch 'release-v0.11.0' of github.com:matrix-org/synapse v0.11.0
Diffstat (limited to 'synapse/static/client/register/register_config.sample.js')
-rw-r--r--synapse/static/client/register/register_config.sample.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/synapse/static/client/register/register_config.sample.js b/synapse/static/client/register/register_config.sample.js
new file mode 100644

index 0000000000..c7ea180dee --- /dev/null +++ b/synapse/static/client/register/register_config.sample.js
@@ -0,0 +1,3 @@ +window.matrixRegistrationConfig = { + recaptcha_public_key: "YOUR_PUBLIC_KEY" +};