summaryrefslogtreecommitdiff
path: root/DEPLOY.md
diff options
context:
space:
mode:
authorTimo Kösters <timo@koesters.xyz>2021-05-05 12:25:37 +0200
committerTimo Kösters <timo@koesters.xyz>2021-05-05 12:27:49 +0200
commit3408d74f93e7edfddcc4c189585c5a4f917edd9a (patch)
tree5167b524ffbefde4bc46274a3c53444ae17d2482 /DEPLOY.md
parentcf94b8e712b0c8d31ec8a55022b78c1e112560e0 (diff)
downloadconduit-3408d74f93e7edfddcc4c189585c5a4f917edd9a.zip
fix: add trusted_servers to config and deploy guide
Diffstat (limited to 'DEPLOY.md')
-rw-r--r--DEPLOY.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/DEPLOY.md b/DEPLOY.md
index 3d4541a..8dedad2 100644
--- a/DEPLOY.md
+++ b/DEPLOY.md
@@ -96,6 +96,8 @@ allow_registration = false
allow_encryption = true
allow_federation = true
+trusted_servers = ["matrix.org"]
+
#cache_capacity = 1073741824 # in bytes, 1024 * 1024 * 1024
#max_concurrent_requests = 4 # How many requests Conduit sends to other servers at the same time
#workers = 4 # default: cpu core count * 2