mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-24 20:44:45 +00:00
#1625 remove auto_register and makes it default
This commit is contained in:
@@ -73,6 +73,9 @@ func GlobalInit() {
|
||||
if models.EnableSQLite3 {
|
||||
log.Info("SQLite3 Supported")
|
||||
}
|
||||
if models.EnableTidb {
|
||||
log.Info("TiDB Supported")
|
||||
}
|
||||
checkRunMode()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user