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