1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-06-27 16:35:59 +00:00

Document that matrix.org is the default notary server

since https://gitlab.com/famedly/conduit/-/merge_requests/536
This commit is contained in:
Val Lorentz 2023-10-02 21:21:43 +00:00
parent 6dfb262ddf
commit c02c04af4b
2 changed files with 5 additions and 3 deletions

View file

@ -174,8 +174,9 @@ allow_registration = true
allow_federation = true
allow_check_for_updates = true
# Server to get public keys from. You probably shouldn't change this
trusted_servers = ["matrix.org"]
# Server to get public keys from. You probably shouldn't change this.
# Defaults to matrix.org if not provided.
#trusted_servers = ["matrix.org"]
#max_concurrent_requests = 100 # How many requests Conduit sends to other servers at the same time
#log = "warn,state_res=warn,rocket=off,_=off,sled=off"

View file

@ -45,10 +45,11 @@ allow_check_for_updates = 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
#log = "warn,state_res=warn,rocket=off,_=off,sled=off"