Typos.
This commit is contained in:
parent
256503ce00
commit
23cc52373d
@ -8,7 +8,7 @@ HOST = {{ gitea_db.host | default('localhost') }}:{{ gitea_db.port | default
|
|||||||
NAME = {{ gitea_db.name }}
|
NAME = {{ gitea_db.name }}
|
||||||
USER = {{ gitea_db.user }}
|
USER = {{ gitea_db.user }}
|
||||||
PASSWD = """{{ gitea_db.pass }}"""
|
PASSWD = """{{ gitea_db.pass }}"""
|
||||||
SCHEMA =
|
SCHEMA =
|
||||||
SSL_MODE = disable
|
SSL_MODE = disable
|
||||||
CHARSET = utf8mb4
|
CHARSET = utf8mb4
|
||||||
PATH = {{ gitea_data_location }}/data/gitea.db
|
PATH = {{ gitea_data_location }}/data/gitea.db
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user