1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-28 01:04:13 +00:00

set admin default to false. default the admin console is shut down.

This commit is contained in:
astaxie 2013-12-18 23:23:00 +08:00
parent b346617dc1
commit bc0d4ac7cb

View File

@ -117,7 +117,7 @@ func init() {
BeegoServerName = "beegoServer"
EnableAdmin = true
EnableAdmin = false
AdminHttpAddr = "127.0.0.1"
AdminHttpPort = 8088