dendrite/server/templates/dendrite.yaml.j2
changeset 206 35f2b1e680ed
parent 205 2ea9460dc8d2
child 207 e16c94c81b53
equal deleted inserted replaced
205:2ea9460dc8d2 206:35f2b1e680ed
   126 
   126 
   127 # Configuration for the Client API.
   127 # Configuration for the Client API.
   128 client_api:
   128 client_api:
   129   # Prevents new users from being able to register on this homeserver, except when
   129   # Prevents new users from being able to register on this homeserver, except when
   130   # using the registration shared secret below.
   130   # using the registration shared secret below.
   131   registration_disabled: true
   131   registration_disabled: {{dendrite_registration_disabled}}
   132 
   132 
   133   # Prevents new guest accounts from being created. Guest registration is also
   133   # Prevents new guest accounts from being created. Guest registration is also
   134   # disabled implicitly by setting 'registration_disabled' above.
   134   # disabled implicitly by setting 'registration_disabled' above.
   135   guests_disabled: true
   135   guests_disabled: true
   136 
   136