fix redis config if no password is set

This commit is contained in:
Max Klenk 2020-09-11 10:35:50 +02:00
parent 4fdfc0a34f
commit 880025324a
No known key found for this signature in database
GPG key ID: 26EFB2972F02F380

View file

@ -1,2 +1,4 @@
#jinja2: lstrip_blocks: "True"
{% if matrix_redis_connection_password %}
requirepass {{ matrix_redis_connection_password }}
{% endif %}