1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-23 03:04:12 +00:00

default app HttpAddr should none

This commit is contained in:
astaxie 2013-12-07 17:22:57 +08:00
parent ce8a1be8d9
commit 4fa625dea6

View File

@ -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"