Added possibility to enable guest access on synapse

This commit is contained in:
Oleg Fiksel
2019-08-08 11:53:07 +02:00
parent d222640140
commit f713bbe0f8
2 changed files with 4 additions and 2 deletions

View File

@ -61,6 +61,7 @@ matrix_synapse_template_synapse_log: "{{ role_path }}/templates/synapse/synapse.
matrix_synapse_macaroon_secret_key: ""
matrix_synapse_registration_shared_secret: "{{ matrix_synapse_macaroon_secret_key }}"
matrix_synapse_allow_guest_access: false
matrix_synapse_form_secret: "{{ matrix_synapse_macaroon_secret_key }}"
# The list of identity servers to use for Synapse.
@ -223,6 +224,7 @@ matrix_synapse_database_database: ""
matrix_synapse_turn_uris: []
matrix_synapse_turn_shared_secret: ""
matrix_synapse_turn_allow_guests: False
matrix_synapse_email_enabled: false
matrix_synapse_email_smtp_host: ""