remove unnecessary configurations
This commit is contained in:
committed by
Slavi Pantaleev
parent
be586f0f30
commit
5e03006c5d
@ -120,18 +120,13 @@ matrix_conduwuit_template_conduwuit_config: "{{ role_path }}/templates/conduwuit
|
||||
# Max size for uploads, in bytes
|
||||
matrix_conduwuit_max_request_size: 20_000_000
|
||||
|
||||
# Maximum number of open files for conduwuit's embedded RocksDB database
|
||||
# See https://github.com/facebook/rocksdb/wiki/RocksDB-Tuning-Guide#tuning-other-options
|
||||
# By default, conduwuit uses a relatively low value of 20.
|
||||
matrix_conduwuit_rocksdb_max_open_files: 64
|
||||
|
||||
# Enables registration. If set to false, no users can register on this server.
|
||||
matrix_conduwuit_allow_registration: false
|
||||
|
||||
matrix_conduwuit_allow_federation: true
|
||||
|
||||
# Enable the display name lightning bolt on registration.
|
||||
matrix_conduwuit_enable_lightning_bolt: true
|
||||
# The display name suffix on registration. Change to '' to disable.
|
||||
matrix_conduwuit_new_user_displayname_suffix: ''
|
||||
|
||||
matrix_conduwuit_trusted_servers:
|
||||
- "matrix.org"
|
||||
|
Reference in New Issue
Block a user