diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-12-02 15:10:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-02 15:10:03 +0000 |
commit | bdf64903756414cf5a542af645b2dc09875787cc (patch) | |
tree | e02cc794c467df99f71547cbf4611cc4a19edc9b /dendrite-config.yaml | |
parent | b4c3692dcc604b521ad0195240e2e42be852cc8f (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.yaml | 4 |
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 |