mirror of
https://github.com/go-gitea/gitea
synced 2025-07-23 02:38:35 +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