bc0d4ac7 by astaxie

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

1 parent b346617d
......@@ -117,7 +117,7 @@ func init() {
BeegoServerName = "beegoServer"
EnableAdmin = true
EnableAdmin = false
AdminHttpAddr = "127.0.0.1"
AdminHttpPort = 8088
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!