summaryrefslogtreecommitdiff
path: root/conduit-example.toml
diff options
context:
space:
mode:
authorCharles Hall <charles@computer.surgery>2023-01-09 08:09:41 -0800
committerCharles Hall <charles@computer.surgery>2023-01-09 08:14:13 -0800
commit844508bc482f0bafab61111b8fad70684368bd8d (patch)
tree503fbb9d8b444866ed139391cf9022c70f944e5c /conduit-example.toml
parentb3aec63d67f41416951c9e80d94ba1db276a1b7f (diff)
downloadconduit-844508bc482f0bafab61111b8fad70684368bd8d.zip
document `trusted_servers` option
Diffstat (limited to 'conduit-example.toml')
-rw-r--r--conduit-example.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/conduit-example.toml b/conduit-example.toml
index 0549030..6089aa5 100644
--- a/conduit-example.toml
+++ b/conduit-example.toml
@@ -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