mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-14 10:04:46 +08:00
Added "|to_json" to ensure we really pass a boolean
This commit is contained in:
parent
f713bbe0f8
commit
43628ddad6
@ -749,7 +749,7 @@ turn_shared_secret: {{ matrix_synapse_turn_shared_secret|string|to_json }}
|
|||||||
# connect to arbitrary endpoints without having first signed up for a
|
# connect to arbitrary endpoints without having first signed up for a
|
||||||
# valid account (e.g. by passing a CAPTCHA).
|
# valid account (e.g. by passing a CAPTCHA).
|
||||||
#
|
#
|
||||||
turn_allow_guests: {{ matrix_synapse_turn_allow_guests }}
|
turn_allow_guests: {{ matrix_synapse_turn_allow_guests|to_json }}
|
||||||
|
|
||||||
|
|
||||||
## Registration ##
|
## Registration ##
|
||||||
@ -854,7 +854,7 @@ registration_shared_secret: {{ matrix_synapse_registration_shared_secret|string|
|
|||||||
# participate in rooms hosted on this server which have been made
|
# participate in rooms hosted on this server which have been made
|
||||||
# accessible to anonymous users.
|
# accessible to anonymous users.
|
||||||
#
|
#
|
||||||
allow_guest_access: {{ matrix_synapse_allow_guest_access }}
|
allow_guest_access: {{ matrix_synapse_allow_guest_access|to_json }}
|
||||||
|
|
||||||
# The identity server which we suggest that clients should use when users log
|
# The identity server which we suggest that clients should use when users log
|
||||||
# in on this server.
|
# in on this server.
|
||||||
|
Loading…
Reference in New Issue
Block a user