🏡 index : github.com/captn3m0/nebula.git

author Nemo <me@captnemo.in> 2018-04-09 1:24:44.0 +05:30:00
committer Nemo <me@captnemo.in> 2018-04-09 1:24:44.0 +05:30:00
commit
ac8aa32ef3bed075edc7b10b9202c6016390c60f [patch]
tree
22fed1b6ac7a82ff739962f0477d9d376c3b782e
parent
1f515b36f0d78e58bd58c741b4ad38f548d3cc1e
download
ac8aa32ef3bed075edc7b10b9202c6016390c60f.tar.gz

Revert back to sqlite



Diff

 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
+++ a/gitea/conf/conf.ini.tpl
@@ -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