mirror of
https://github.com/astaxie/beego.git
synced 2025-05-13 13:41:25 +00:00
Merge pull request #1688 from ysqi/configIssue
fixed handle config issue
This commit is contained in:
commit
4b99e41880
@ -188,7 +188,9 @@ func init() {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
parseConfig(appConfigPath)
|
if err := parseConfig(appConfigPath); err != nil {
|
||||||
|
panic(err)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// now only support ini, next will support json.
|
// now only support ini, next will support json.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user