Initial commit
This commit is contained in:
commit
9235c2011e
5 changed files with 125 additions and 0 deletions
9
templates/forgejo_app.ini.j2
Normal file
9
templates/forgejo_app.ini.j2
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{% for section_name, section in forgejo_config.items() %}
|
||||
{% if section_name != 'DEFAULT' %}
|
||||
[{{section_name}}]
|
||||
{% endif %}
|
||||
{% for key, value in section.items() %}
|
||||
{{key}} = {{value}}
|
||||
{% endfor %}
|
||||
|
||||
{% endfor %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue