1
0
Fork 0
mash-ansible-role-nextcloud/templates/env.j2
2023-03-25 17:29:27 +02:00

6 lines
191 B
Django/Jinja

{% if nextcloud_redis_hostname %}
REDIS_HOST={{ nextcloud_redis_hostname }}
REDIS_HOST_PORT={{ nextcloud_redis_port }}
{% endif %}
{{ nextcloud_container_additional_environment_variables }}