1
0
Fork 0
mash-ansible-role-nextcloud/templates/env.j2
2023-03-25 15:46:17 +01:00

6 lines
198 B
Django/Jinja

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