1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-15 04:51:02 +00:00
This commit is contained in:
astaxie
2013-05-07 23:06:51 +08:00
parent d4610a9313
commit 490747a8ae
2 changed files with 3 additions and 2 deletions

View File

@ -65,6 +65,7 @@ func init() {
EnableGzip = false
StaticDir["/static"] = "static"
AppConfigPath = path.Join(AppPath, "conf", "app.conf")
ParseConfig()
}
type App struct {