services/roles/ghost/templates/ghost.env.j2

4 lines
89 B
Plaintext
Raw Normal View History

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