aboutsummaryrefslogtreecommitdiff
path: root/dendrite-config.yaml
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2020-12-02 15:10:03 +0000
committerGitHub <noreply@github.com>2020-12-02 15:10:03 +0000
commitbdf64903756414cf5a542af645b2dc09875787cc (patch)
treee02cc794c467df99f71547cbf4611cc4a19edc9b /dendrite-config.yaml
parentb4c3692dcc604b521ad0195240e2e42be852cc8f (diff)
Add ability to disable federation (#1604)
* Allow disabling federation * Don't start federation queues if disabled * Fix for Go 1.13
Diffstat (limited to 'dendrite-config.yaml')
-rw-r--r--dendrite-config.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/dendrite-config.yaml b/dendrite-config.yaml
index 2a8650db..ccdb3243 100644
--- a/dendrite-config.yaml
+++ b/dendrite-config.yaml
@@ -60,6 +60,10 @@ global:
- matrix.org
- vector.im
+ # Disables federation. Dendrite will not be able to make any outbound HTTP requests
+ # to other servers and the federation API will not be exposed.
+ disable_federation: false
+
# Configuration for Kafka/Naffka.
kafka:
# List of Kafka broker addresses to connect to. This is not needed if using