diff options
author | kaiyou <pierre@jaury.eu> | 2018-02-05 21:28:15 +0100 |
---|---|---|
committer | kaiyou <pierre@jaury.eu> | 2018-02-05 21:28:15 +0100 |
commit | 81010a126e9bbcce018b104921ff5221a67f99cc (patch) | |
tree | f14689b3059bcad3309a09904bbf3ac36bf373bb /contrib/docker/README.md | |
parent | Remove docker related files from the python manifest (diff) | |
download | synapse-81010a126e9bbcce018b104921ff5221a67f99cc.tar.xz |
Add dynamic recaptcha configuration in the Docker image
Diffstat (limited to 'contrib/docker/README.md')
-rw-r--r-- | contrib/docker/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/docker/README.md b/contrib/docker/README.md index 73e53e4306..f4bc78908d 100644 --- a/contrib/docker/README.md +++ b/contrib/docker/README.md @@ -86,6 +86,10 @@ Synapse specific settings: * ``SYNAPSE_EVENT_CACHE_SIZE``, the event cache size [default `10K`]. * ``SYNAPSE_REPORT_STATS``, set this variable to `yes` to enable anonymous statistics reporting back to the Matrix project which helps us to get funding. +* ``SYNAPSE_RECAPTCHA_PUBLIC_KEY``, set this variable to the recaptcha public + key in order to enable recaptcha upon registration +* ``SYNAPSE_RECAPTCHA_PRIVATE_KEY``, set this variable to the recaptcha private + key in order to enable recaptcha upon registration Shared secrets, these will be initialized to random values if not set: |