Add mssql to zh-cn config cheat sheet

This commit is contained in:
esell
2017-03-09 16:38:04 -07:00
committed by GitHub
parent 075d863c19
commit 8c8a7ea2b9
@@ -69,7 +69,7 @@ menu:
## Database (`database`)
- `DB_TYPE`: 数据库类型,可选 `mysql`, `postgres`, `tidb``sqlite3`
- `DB_TYPE`: 数据库类型,可选 `mysql`, `postgres`, `mssql`, `tidb``sqlite3`
- `HOST`: 数据库服务器地址和端口。
- `NAME`: 数据库名称。
- `USER`: 数据库用户名。