mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-16 02:51:05 +01:00
Merge branch 'trusted-servers-doc' into 'next'
document `trusted_servers` option See merge request famedly/conduit!451
This commit is contained in:
commit
c6e3438e76
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@ allow_federation = 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
|
||||
|
|
Loading…
Reference in a new issue