1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-25 15:51:31 +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 %}