diff options
author | esell <esell@users.noreply.github.com> | 2017-03-09 18:33:19 -0700 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-03-10 09:33:19 +0800 |
commit | 4e716fb0fa5fd92e337f6f2a238c14eb9835513d (patch) | |
tree | 3384755ce79bfe922e611d41ef141516ec0ac57f /conf | |
parent | d87596aec4da6b32a980d782cc8c4e6ba92fc867 (diff) | |
download | gitea-4e716fb0fa5fd92e337f6f2a238c14eb9835513d.tar.gz gitea-4e716fb0fa5fd92e337f6f2a238c14eb9835513d.zip |
add mssql to app.ini db config comment (#1172)
Diffstat (limited to 'conf')
-rw-r--r-- | conf/app.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/app.ini b/conf/app.ini index 1390d4537a..8e29e39b11 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 |