提交 9cac7504 编写于 作者: P Pengfei Xue

fixup! fix typo, use camel notation for all keys

上级 75d09d13
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册