1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-20 21:45:32 +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

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