fix indentation
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2019-08-12 17:38:20 +02:00
parent 87681bb5f7
commit 523bdf5baf
1 changed files with 4 additions and 4 deletions

View File

@ -64,7 +64,7 @@ listeners:
# TLS-enabled listener: for when matrix traffic is sent directly to synapse.
- port: {{ matrix_https_bind_port }}
bind_addresses:
{{ matrix_https_bind_ips | to_nice_yaml | indent(6) }}
{{ matrix_https_bind_ips | to_nice_yaml | indent(6) }}
type: http
{% if matrix_tls_enabled %}
tls: true
@ -80,7 +80,7 @@ listeners:
- port: {{ matrix_http_bind_port }}
tls: false
bind_addresses:
{{ matrix_http_bind_ips | to_nice_yaml | indent(6) }}
{{ matrix_http_bind_ips | to_nice_yaml | indent(6) }}
type: http
x_forwarded: true
@ -269,7 +269,7 @@ url_preview_enabled: {{ 'true' if matrix_url_preview_enabled else 'false' }}
# from accessing.
{% if matrix_url_preview_ip_blacklist is defined %}
url_preview_ip_range_blacklist:
{{ matrix_url_preview_ip_blacklist | to_nice_yaml | indent(4) }}
{{ matrix_url_preview_ip_blacklist | to_nice_yaml | indent(2) }}
{% endif %}
# List of IP address CIDR ranges that the URL preview spider is allowed
@ -280,7 +280,7 @@ url_preview_ip_range_whitelist: []
# denied from accessing.
{% if matrix_url_preview_url_blacklist is defined %}
url_preview_url_blacklist:
{{ matrix_url_preview_url_blacklist | to_nice_yaml | indent(2) }}
{{ matrix_url_preview_url_blacklist | to_nice_yaml | indent(2) }}
{% endif %}
# The largest allowed URL preview spidering size in bytes