Revert back to sqlite

This commit is contained in:
Nemo 2018-04-09 01:24:44 +05:30
parent 1f515b36f0
commit ac8aa32ef3
1 changed files with 5 additions and 5 deletions

View File

@ -84,16 +84,16 @@ SSH_SERVER_MACS = hmac-sha2-512-etm@openssh.com, hmac-sha2-256-etm@openssh.com,
; 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