9cac7504 by Pengfei Xue

fixup! fix typo, use camel notation for all keys

1 parent 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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!