summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-19 22:13:22 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-19 22:13:22 -0400
commit8bed017557c43701d92ca3e571761cd310ed8c83 (patch)
tree6ff85398dbee22d6f439f9678826601fb3a80f45 /conf
parent0e41726ece2f7e5efcadd0069190d13b3e8be07c (diff)
downloadgitea-8bed017557c43701d92ca3e571761cd310ed8c83.tar.gz
gitea-8bed017557c43701d92ca3e571761cd310ed8c83.zip
Add build tag enable prompt
Diffstat (limited to 'conf')
-rw-r--r--conf/app.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/app.ini b/conf/app.ini
index eb3d635f38..ca0bfa84d9 100644
--- a/conf/app.ini
+++ b/conf/app.ini
@@ -22,7 +22,7 @@ CERT_FILE = cert.pem
KEY_FILE = key.pem
[database]
-; Either "mysql", "postgres" or "sqlite3"(binary release only), it's your choice
+; Either "mysql", "postgres" or "sqlite3", it's your choice
DB_TYPE = mysql
HOST = 127.0.0.1:3306
NAME = gogs