ansible-roles/webapps/evoadmin-web/templates/web-add.conf.j2
2019-06-28 09:33:22 -04:00

6 lines
231 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 %}