equal
deleted
inserted
replaced
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 |