fix: add trusted_servers to config and deploy guide
This commit is contained in:
parent
cf94b8e712
commit
3408d74f93
2 changed files with 4 additions and 0 deletions
|
@ -96,6 +96,8 @@ allow_registration = false
|
||||||
allow_encryption = true
|
allow_encryption = true
|
||||||
allow_federation = true
|
allow_federation = true
|
||||||
|
|
||||||
|
trusted_servers = ["matrix.org"]
|
||||||
|
|
||||||
#cache_capacity = 1073741824 # in bytes, 1024 * 1024 * 1024
|
#cache_capacity = 1073741824 # in bytes, 1024 * 1024 * 1024
|
||||||
#max_concurrent_requests = 4 # How many requests Conduit sends to other servers at the same time
|
#max_concurrent_requests = 4 # How many requests Conduit sends to other servers at the same time
|
||||||
#workers = 4 # default: cpu core count * 2
|
#workers = 4 # default: cpu core count * 2
|
||||||
|
|
|
@ -33,6 +33,8 @@ max_request_size = 20_000_000 # in bytes
|
||||||
# Enable jaeger to support monitoring and troubleshooting through jaeger
|
# Enable jaeger to support monitoring and troubleshooting through jaeger
|
||||||
#allow_jaeger = false
|
#allow_jaeger = false
|
||||||
|
|
||||||
|
trusted_servers = ["matrix.org"]
|
||||||
|
|
||||||
#cache_capacity = 1073741824 # in bytes, 1024 * 1024 * 1024
|
#cache_capacity = 1073741824 # in bytes, 1024 * 1024 * 1024
|
||||||
#max_concurrent_requests = 4 # How many requests Conduit sends to other servers at the same time
|
#max_concurrent_requests = 4 # How many requests Conduit sends to other servers at the same time
|
||||||
#log = "info,state_res=warn,rocket=off,_=off,sled=off"
|
#log = "info,state_res=warn,rocket=off,_=off,sled=off"
|
||||||
|
|
Loading…
Reference in a new issue