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

5 lines
136 B
Plaintext
Raw Normal View History

2021-08-13 08:05:57 +00:00
#jinja2: lstrip_blocks: "True"
{% if matrix_redis_connection_password %}
requirepass {{ matrix_redis_connection_password }}
{% endif %}