1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-26 04:51:30 +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": ""}, Output: map[string]string{"console": ""},
}, },
} }
ParseConfig()
} }
// ParseConfig parsed default config file. // ParseConfig parsed default config file.