mirror of
https://github.com/astaxie/beego.git
synced 2025-04-30 07:56:53 +00:00
fixup! fix typo, use camel notation for all keys
This commit is contained in:
parent
75d09d138a
commit
9cac7504c9
@ -104,7 +104,7 @@ func ParseConfig() (err error) {
|
||||
if err != nil {
|
||||
return err
|
||||
} else {
|
||||
HttpAddr = AppConfig.String("httpaddr")
|
||||
HttpAddr = AppConfig.String("HttpAddr")
|
||||
|
||||
if v, err := AppConfig.Int("HttpPort"); err == nil {
|
||||
HttpPort = v
|
||||
|
Loading…
x
Reference in New Issue
Block a user