]> source.dussan.org Git - gitea.git/commitdiff
add mssql to app.ini db config comment (#1172)
authoresell <esell@users.noreply.github.com>
Fri, 10 Mar 2017 01:33:19 +0000 (18:33 -0700)
committerLunny Xiao <xiaolunwen@gmail.com>
Fri, 10 Mar 2017 01:33:19 +0000 (09:33 +0800)
conf/app.ini

index 1390d4537ab240239eaf1dd78b593291eadbcf70..8e29e39b11987019680371940843938e7b84c815 100644 (file)
@@ -147,7 +147,7 @@ RSA     = 2048
 DSA     = 1024
 
 [database]
-; Either "mysql", "postgres" or "sqlite3", it's your choice
+; Either "mysql", "postgres", "mssql" or "sqlite3", it's your choice
 DB_TYPE = mysql
 HOST = 127.0.0.1:3306
 NAME = gitea