1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-28 01:14:14 +00:00
This commit is contained in:
astaxie 2013-12-06 13:46:14 +08:00
parent 7125bd8faa
commit de70732cd4

View File

@ -69,7 +69,7 @@ func init() {
StaticDir = make(map[string]string) StaticDir = make(map[string]string)
StaticDir["/static"] = "static" StaticDir["/static"] = "static"
TemplateCache = makCZe(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 = "127.0.0.1"