fix redis config if no password is set
This commit is contained in:
parent
4fdfc0a34f
commit
880025324a
|
@ -1,2 +1,4 @@
|
|||
#jinja2: lstrip_blocks: "True"
|
||||
{% if matrix_redis_connection_password %}
|
||||
requirepass {{ matrix_redis_connection_password }}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue