forked from forgejo/forgejo
Refactor install page (db type) (#17919)
* Refactor install page (db type) * set correct default DB HOST for different DB TYPE * remove legacy TiDB from documents * unify the usage of DB TYPE, in code we only use "mysql". "MySQL" is only shown to users for friendly name. * Gitea can use TiDB via MySQL protocol Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
parent
b30870ef8b
commit
a6f961fba4
14 changed files with 75 additions and 80 deletions
|
@ -69,7 +69,7 @@ Gitea 是從 [Gogs](http://gogs.io) Fork 出來的,請閱讀部落格文章 [G
|
|||
- PostgreSQL
|
||||
- SQLite3
|
||||
- MSSQL
|
||||
- TiDB(實驗中, 不建議使用)
|
||||
- TiDB(MySQL 協議)
|
||||
- 設定檔
|
||||
- [app.ini](https://github.com/go-gitea/gitea/blob/master/custom/conf/app.example.ini)
|
||||
- 管理員面板
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue