From bdf835c908ca97e29e0bf1d28851168b47dcbade Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 15 Aug 2019 11:24:55 +0200 Subject: [PATCH] remove unused empty variables --- templates/opt/matrix/config/homeserver.yml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/opt/matrix/config/homeserver.yml.j2 b/templates/opt/matrix/config/homeserver.yml.j2 index c7d404b..5cd2154 100644 --- a/templates/opt/matrix/config/homeserver.yml.j2 +++ b/templates/opt/matrix/config/homeserver.yml.j2 @@ -9,7 +9,7 @@ pid_file: /var/run/homeserver.pid # The path to the web client which will be served at /_matrix/client/ # if 'webclient' is configured under the 'listeners' configuration. -web_client_location: "{{ matrix_web_client_location }}" +# web_client_location: "{{ matrix_web_client_location }}" # The public-facing base URL that clients use to access this HS public_baseurl: "{{ matrix_client_url }}" @@ -163,7 +163,7 @@ federation_client_minimum_tls_version: 1.2 # Skip federation certificate verification on the following whitelist # of domains. -federation_certificate_verification_whitelist: [] +# federation_certificate_verification_whitelist: [] {% endif %} ## Database ##