Fixes from a first trial run
This commit is contained in:
@ -35,12 +35,12 @@ port = {{ matrix_conduit_port_number }}
|
||||
max_request_size = {{ matrix_conduit_max_request_size }}
|
||||
|
||||
# Enables registration. If set to false, no users can register on this server.
|
||||
allow_registration = {{ matrix_conduit_allow_registration }}
|
||||
allow_registration = {{ matrix_conduit_allow_registration | to_json | replace("\"", "") }}
|
||||
|
||||
allow_federation = {{ matrix_conduit_allow_federation }}
|
||||
allow_federation = {{ matrix_conduit_allow_federation | to_json | replace("\"", "") }}
|
||||
|
||||
# Enable the display name lightning bolt on registration.
|
||||
enable_lightning_bolt = {{ matrix_conduit_enable_lightning_bolt }}
|
||||
enable_lightning_bolt = {{ matrix_conduit_enable_lightning_bolt | to_json | replace("\"", "") }}
|
||||
|
||||
trusted_servers = {{ matrix_conduit_trusted_servers }}
|
||||
|
||||
|
Reference in New Issue
Block a user