1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-11-21 08:31:27 -05:00

add mssql to app.ini db config comment (#1172)

This commit is contained in:
esell 2017-03-09 18:33:19 -07:00 committed by Lunny Xiao
parent d87596aec4
commit 4e716fb0fa

2
conf/app.ini vendored
View 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