bc0d4ac7 by astaxie

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

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