services/templates/env.j2

4 lines
71 B
Django/Jinja

{% for key, value in env.items() %}
{{ key }}={{ value }}
{% endfor %}