Add a variable to control Dendrite's disable_federation setting

This commit is contained in:
Slavi Pantaleev
2021-11-01 17:51:05 +02:00
parent 5b148921a0
commit b2b62b7221
2 changed files with 5 additions and 1 deletions

View File

@ -64,7 +64,7 @@ global:
# 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
disable_federation: {{ matrix_dendrite_disable_federation|to_json }}
# Configuration for Kafka/Naffka.
kafka: