mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-04-22 14:10:16 +03:00
Merge branch 'morg-notary' into 'next'
Document that matrix.org is the default notary server See merge request famedly/conduit!551
This commit is contained in:
commit
43db74dcb5
1 changed files with 2 additions and 1 deletions
|
@ -51,10 +51,11 @@ allow_federation = true
|
|||
enable_lightning_bolt = true
|
||||
|
||||
# Servers listed here will be used to gather public keys of other servers.
|
||||
# Defaults to matrix.org if not provided.
|
||||
# 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"]
|
||||
# trusted_servers = ["matrix.org"]
|
||||
|
||||
#max_concurrent_requests = 100 # How many requests Conduit sends to other servers at the same time
|
||||
|
||||
|
|
Loading…
Reference in a new issue