aboutsummaryrefslogtreecommitdiff
path: root/routers/install.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-09-12 20:58:51 -0400
committerUnknwon <u@gogs.io>2015-09-12 20:58:51 -0400
commitcd37fccdfbdf5a1a5b2d85263ffb219068d19205 (patch)
treeefdb171b2bfdbc66862d76d4a85a1c25b0a09363 /routers/install.go
parent6969c20afd136ac911c66fd7c7ed88d611ba79fc (diff)
#1625 remove auto_register and makes it default
Diffstat (limited to 'routers/install.go')
-rw-r--r--routers/install.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/routers/install.go b/routers/install.go
index 07b609b4..8daf8896 100644
--- a/routers/install.go
+++ b/routers/install.go
@@ -73,6 +73,9 @@ func GlobalInit() {
if models.EnableSQLite3 {
log.Info("SQLite3 Supported")
}
+ if models.EnableTidb {
+ log.Info("TiDB Supported")
+ }
checkRunMode()
}