You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/routers/install
wxiaoguang a6f961fba4
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>
3 years ago
..
install.go Refactor install page (db type) (#17919) 3 years ago
routes.go Use a variable but a function for IsProd because of a slight performance increment (#17368) 3 years ago
routes_test.go just add some unit tests (#16291) 3 years ago
setting.go Improve install code to avoid low-level mistakes. (#17779) 3 years ago