forgejo/modules/setting
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>
2021-12-07 13:44:08 +08:00
..
attachment.go
cache.go
cors.go
cron.go
cron_test.go
database.go Refactor install page (db type) (#17919) 2021-12-07 13:44:08 +08:00
database_sqlite.go Refactor install page (db type) (#17919) 2021-12-07 13:44:08 +08:00
database_test.go
directory.go Improve install code to avoid low-level mistakes. (#17779) 2021-12-01 15:50:01 +08:00
federation.go
git.go
i18n.go Improve install code to avoid low-level mistakes. (#17779) 2021-12-01 15:50:01 +08:00
indexer.go
indexer_test.go
lfs.go
log.go
mailer.go
markup.go
migrations.go
mime_type_map.go
mirror.go
oauth2_client.go
picture.go
project.go
proxy.go
queue.go
repository.go
service.go
session.go
setting.go Replace "unix" by "http+unix" for PROTOCOL (#17771) 2021-12-05 23:46:11 -05:00
setting_test.go
storage.go
storage_test.go
task.go
webhook.go