4fa625de by astaxie

default app HttpAddr should none

1 parent ce8a1be8
...@@ -72,7 +72,7 @@ func init() { ...@@ -72,7 +72,7 @@ func init() {
72 TemplateCache = make(map[string]*template.Template) 72 TemplateCache = make(map[string]*template.Template)
73 73
74 // set this to 0.0.0.0 to make this app available to externally 74 // set this to 0.0.0.0 to make this app available to externally
75 HttpAddr = "127.0.0.1" 75 HttpAddr = ""
76 HttpPort = 8080 76 HttpPort = 8080
77 77
78 AppName = "beego" 78 AppName = "beego"
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!