1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-02-03 19:17:15 +00:00
Files
mailcow-dockerized/data/conf/dovecot/config_templates/source_env.sh.j2

4 lines
107 B
Django/Jinja

{% for key, value in ENV_VARS.items() %}
export {{ key }}="{{ value | replace('"', '\\"') }}"
{% endfor %}