mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-03 19:01:52 -04:00
Add dynamic recaptcha configuration in the Docker image
This commit is contained in:
parent
8db84e9b21
commit
81010a126e
2 changed files with 11 additions and 0 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue