Files
2022-12-21 22:30:01 -08:00

4 lines
78 B
Django/Jinja

{% for key, val in ENV_PRODUCTION.items() %}
{{ key }}={{ val }}
{% endfor %}