diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2021-12-07 13:44:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 13:44:08 +0800 |
commit | a6f961fba416e146f5da6cb18115d2f6251d4fe3 (patch) | |
tree | 53f437167ca3720510d29e17081d0eaa1d1a9521 /docs/content/page/index.zh-tw.md | |
parent | b30870ef8bcf98bdf0f0829955fc8599a75e26df (diff) | |
download | gitea-a6f961fba416e146f5da6cb18115d2f6251d4fe3.tar.gz gitea-a6f961fba416e146f5da6cb18115d2f6251d4fe3.zip |
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>
Diffstat (limited to 'docs/content/page/index.zh-tw.md')
-rw-r--r-- | docs/content/page/index.zh-tw.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/page/index.zh-tw.md b/docs/content/page/index.zh-tw.md index 488dac16ad..e475f6f214 100644 --- a/docs/content/page/index.zh-tw.md +++ b/docs/content/page/index.zh-tw.md @@ -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) - 管理員面板 |