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