This commit is contained in:
Lars Hahn 2024-11-27 22:36:32 +01:00
parent 256503ce00
commit 23cc52373d

View File

@ -8,7 +8,7 @@ HOST = {{ gitea_db.host | default('localhost') }}:{{ gitea_db.port | default
NAME = {{ gitea_db.name }}
USER = {{ gitea_db.user }}
PASSWD = """{{ gitea_db.pass }}"""
SCHEMA =
SCHEMA =
SSL_MODE = disable
CHARSET = utf8mb4
PATH = {{ gitea_data_location }}/data/gitea.db