First release
This commit is contained in:
7
templates/app.ini.j2
Normal file
7
templates/app.ini.j2
Normal file
@@ -0,0 +1,7 @@
|
||||
;; {{ ansible_managed }}
|
||||
{% for section, settings in gitea_config.items() %}
|
||||
[{{ section }}]
|
||||
{% for param, value in settings.items() %}
|
||||
{{ param }} = {{ value }}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
Reference in New Issue
Block a user