matrix-docker-ansible-deploy/roles/matrix-redis/templates/redis.conf.j2

5 lines
136 B
Plaintext
Raw Normal View History

2020-09-10 11:39:00 +00:00
#jinja2: lstrip_blocks: "True"
2020-09-11 08:35:50 +00:00
{% if matrix_redis_connection_password %}
2020-09-10 11:39:00 +00:00
requirepass {{ matrix_redis_connection_password }}
2020-09-11 08:35:50 +00:00
{% endif %}