4fa625de by astaxie

default app HttpAddr should none

1 parent ce8a1be8
......@@ -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"
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!