dendrite/server/templates/dendrite.yaml.j2
changeset 168 8e61e4bb714b
parent 163 40b78af86337
child 174 431c6d5e5dd4
equal deleted inserted replaced
167:e3c49bf5fae9 168:8e61e4bb714b
   145   # using the registration shared secret below.
   145   # using the registration shared secret below.
   146   registration_disabled: false
   146   registration_disabled: false
   147 
   147 
   148   # If set, allows registration by anyone who knows the shared secret, regardless of
   148   # If set, allows registration by anyone who knows the shared secret, regardless of
   149   # whether registration is otherwise disabled.
   149   # whether registration is otherwise disabled.
   150   registration_shared_secret: ""
   150   registration_shared_secret: "{{dendrite_registration_secret}}"
   151 
   151 
   152   # Whether to require reCAPTCHA for registration.
   152   # Whether to require reCAPTCHA for registration.
   153   enable_registration_captcha: false
   153   enable_registration_captcha: false
   154 
   154 
   155   # Settings for ReCAPTCHA.
   155   # Settings for ReCAPTCHA.