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:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user