4 lines
78 B
Plaintext
4 lines
78 B
Plaintext
|
{% for key, value in env_vars.items() -%}
|
||
|
{{ key }}={{ value }}
|
||
|
{% endfor -%}
|