mirror of
https://github.com/astaxie/beego.git
synced 2024-11-26 05:51:29 +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)
|
TemplateCache = make(map[string]*template.Template)
|
||||||
|
|
||||||
// set this to 0.0.0.0 to make this app available to externally
|
// set this to 0.0.0.0 to make this app available to externally
|
||||||
HttpAddr = "127.0.0.1"
|
HttpAddr = ""
|
||||||
HttpPort = 8080
|
HttpPort = 8080
|
||||||
|
|
||||||
AppName = "beego"
|
AppName = "beego"
|
||||||
|
Loading…
Reference in New Issue
Block a user