diff options
Diffstat (limited to 'conduit-example.toml')
-rw-r--r-- | conduit-example.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conduit-example.toml b/conduit-example.toml index 0549030..836db65 100644 --- a/conduit-example.toml +++ b/conduit-example.toml @@ -39,10 +39,15 @@ max_request_size = 20_000_000 # in bytes allow_registration = true allow_federation = true +allow_check_for_updates = true # Enable the display name lightning bolt on registration. enable_lightning_bolt = true +# Servers listed here will be used to gather public keys of other servers. +# Generally, copying this exactly should be enough. (Currently, Conduit doesn't +# support batched key requests, so this list should only contain Synapse +# servers.) trusted_servers = ["matrix.org"] #max_concurrent_requests = 100 # How many requests Conduit sends to other servers at the same time |