Revert back to sqlite
Diff
gitea/conf/conf.ini.tpl | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
@@ -84,16 +84,16 @@
; TODO
; ; Either "mysql", "postgres", "mssql" or "sqlite3", it's your choice
DB_TYPE = sqlite3
; HOST = mariadb:3306
; NAME = gitea
; USER = gitea
HOST = mariadb:3306
NAME = gitea
USER = gitea
; PASSWD = "${mysql-password}"
; ; For "postgres" only, either "disable", "require" or "verify-full"
; SSL_MODE = disable
; ; For "sqlite3" and "tidb", use absolute path when you start as service
PATH = data/gitea.db
PATH = /data/gitea/gitea.db
; ; For "sqlite3" only. Query timeout
; SQLITE_TIMEOUT = 500
SQLITE_TIMEOUT = 500
; ; For iterate buffer, default is 50
; ITERATE_BUFFER_SIZE = 50