Browse Source

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

tags/v1.2.0-rc1
esell Lunny Xiao 8 years ago
parent
commit
cbb32e0d4e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      conf/app.ini

+ 1
- 1
conf/app.ini View File

@@ -147,7 +147,7 @@ RSA = 2048
DSA = 1024 DSA = 1024


[database] [database]
; Either "mysql", "postgres" or "sqlite3", it's your choice
; Either "mysql", "postgres", "mssql" or "sqlite3", it's your choice
DB_TYPE = mysql DB_TYPE = mysql
HOST = 127.0.0.1:3306 HOST = 127.0.0.1:3306
NAME = gitea NAME = gitea


Loading…
Cancel
Save