From ac8aa32ef3bed075edc7b10b9202c6016390c60f Mon Sep 17 00:00:00 2001 From: Nemo Date: Mon, 9 Apr 2018 01:24:44 +0530 Subject: [PATCH] Revert back to sqlite --- gitea/conf/conf.ini.tpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gitea/conf/conf.ini.tpl b/gitea/conf/conf.ini.tpl index 9578ebb..4ea0c08 100644 --- a/gitea/conf/conf.ini.tpl +++ b/gitea/conf/conf.ini.tpl @@ -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