gitea/templates/app.ini.j2

8 lines
188 B
Django/Jinja

;; {{ ansible_managed }}
{% for section, settings in gitea_config.items() %}
[{{ section }}]
{% for param, value in settings.items() %}
{{ param }} = {{ value }}
{% endfor %}
{% endfor %}