From 4e716fb0fa5fd92e337f6f2a238c14eb9835513d Mon Sep 17 00:00:00 2001 From: esell Date: Thu, 9 Mar 2017 18:33:19 -0700 Subject: [PATCH] add mssql to app.ini db config comment (#1172) --- conf/app.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/app.ini b/conf/app.ini index 1390d4537..8e29e39b1 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -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