remove unused empty variables
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-08-15 11:24:55 +02:00
parent 909ec747dc
commit bdf835c908
1 changed files with 2 additions and 2 deletions

View File

@ -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 ##