mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-25 15:51:31 +00:00
4 lines
107 B
Django/Jinja
4 lines
107 B
Django/Jinja
{% for key, value in ENV_VARS.items() %}
|
|
export {{ key }}="{{ value | replace('"', '\\"') }}"
|
|
{% endfor %}
|