Update templates/app.ini.j2

This commit is contained in:
sebclem 2024-04-04 13:06:31 +02:00
parent 1ee0aaaf82
commit a6e000bc89

View File

@ -6,9 +6,11 @@ RUN_USER = {{ gitea_run_user }}
{% for section in gitea_config %}
[{{ section }}]
{% if gitea_config[section] is not none %}
{% for entry, value in gitea_config[section].items() %}
{{ entry }} = {{ value }}
{% endfor %}
{% endif %}
{% endfor %}