ansible-roles/webapps/evoadmin-web/templates/web-add.conf.j2
2019-08-30 10:19:51 -04:00

6 lines
223 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 %}
PHP_VERSIONS=(56 70 73)
{% endif %}