ansible-roles/webapps/evoadmin-web/templates/web-add.conf.j2
2019-06-04 15:48:21 +02:00

6 lines
233 B
Django/Jinja

CONTACT_MAIL="{{ evoadmin_contact_email or general_alert_email | mandatory }}"
WWWBOUNCE_MAIL="{{ evoadmin_bounce_email or general_alert_email | mandatory }}"
{% if evoadmin_multi_php == "True" %}
PHP_VERSIONS=(56 70 73)
{% endif %}