mirror of
https://github.com/astaxie/beego.git
synced 2025-06-24 11:20:18 +00:00
default app HttpAddr should none
This commit is contained in:
@ -72,7 +72,7 @@ func init() {
|
||||
TemplateCache = make(map[string]*template.Template)
|
||||
|
||||
// set this to 0.0.0.0 to make this app available to externally
|
||||
HttpAddr = "127.0.0.1"
|
||||
HttpAddr = ""
|
||||
HttpPort = 8080
|
||||
|
||||
AppName = "beego"
|
||||
|
Reference in New Issue
Block a user