mirror of
https://github.com/astaxie/beego.git
synced 2025-04-12 15:20:17 +00:00
default app HttpAddr should none
This commit is contained in:
parent
ce8a1be8d9
commit
4fa625dea6
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user