add enable_registration var
This commit is contained in:
parent
4d692796f2
commit
9391a79415
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
matrix_server_name: deso-palaiseau.fr
|
matrix_server_name: deso-palaiseau.fr
|
||||||
matrix_local_server_name: synapse.pp.intra
|
matrix_local_server_name: synapse.pp.intra
|
||||||
|
matrix_enable_registration: true
|
||||||
synapse_postgre_user_pwd: "{{ vault_synapse_postgre_user_pwd }}"
|
synapse_postgre_user_pwd: "{{ vault_synapse_postgre_user_pwd }}"
|
||||||
matrix_max_upload_size: 50M
|
matrix_max_upload_size: 50M
|
||||||
matrix_registration_shared_secret: "{{ vault_matrix_registration_shared_secret }}"
|
matrix_registration_shared_secret: "{{ vault_matrix_registration_shared_secret }}"
|
||||||
|
|
|
@ -775,7 +775,7 @@ url_preview_accept_language:
|
||||||
|
|
||||||
# Enable registration for new users.
|
# Enable registration for new users.
|
||||||
#
|
#
|
||||||
enable_registration: false
|
enable_registration: {{ matrix_enable_registration }}
|
||||||
|
|
||||||
# Time that a user's session remains valid for, after they log in.
|
# Time that a user's session remains valid for, after they log in.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue