gitea v1.21.0 entfernt die database CHARSET option
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 12s
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 12s
This commit is contained in:
parent
a451843b85
commit
97bd47a03d
@ -47,9 +47,6 @@ GITEA__database__SQLITE_JOURNAL_MODE={{ gitea_vars.database.sqlite_journal_mode
|
|||||||
{% if 'iterate_buffer_size' in gitea_vars['database'] %}
|
{% if 'iterate_buffer_size' in gitea_vars['database'] %}
|
||||||
GITEA__database__ITERATE_BUFFER_SIZE={{ gitea_vars.database.iterate_buffer_size }}
|
GITEA__database__ITERATE_BUFFER_SIZE={{ gitea_vars.database.iterate_buffer_size }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if 'charset' in gitea_vars['database'] %}
|
|
||||||
GITEA__database__CHARSET={{ gitea_vars.database.charset }}
|
|
||||||
{% endif %}
|
|
||||||
{% if 'path' in gitea_vars['database'] %}
|
{% if 'path' in gitea_vars['database'] %}
|
||||||
GITEA__database__PATH={{ gitea_vars.database.path }}
|
GITEA__database__PATH={{ gitea_vars.database.path }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user