From a6f961fba416e146f5da6cb18115d2f6251d4fe3 Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Tue, 7 Dec 2021 13:44:08 +0800 Subject: 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 Co-authored-by: Lunny Xiao --- templates/install.tmpl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'templates/install.tmpl') diff --git a/templates/install.tmpl b/templates/install.tmpl index 1fa0929afa..3c619e880c 100644 --- a/templates/install.tmpl +++ b/templates/install.tmpl @@ -13,22 +13,22 @@

{{.i18n.Tr "install.db_title"}}

-

{{.i18n.Tr "install.requite_db_desc"}}

+

{{.i18n.Tr "install.require_db_desc"}}

-
+
@@ -48,7 +48,7 @@
-
+
-
+
-
+
-- cgit v1.2.3