1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-02 01:53:26 +00:00

fix the init parse for config

This commit is contained in:
astaxie 2016-01-06 14:55:18 +08:00
parent 8929814126
commit a411042416

View File

@ -168,6 +168,7 @@ func init() {
Output: map[string]string{"console": ""},
},
}
ParseConfig()
}
// ParseConfig parsed default config file.