9cac7504 by Pengfei Xue

fixup! fix typo, use camel notation for all keys

1 parent 75d09d13
...@@ -104,7 +104,7 @@ func ParseConfig() (err error) { ...@@ -104,7 +104,7 @@ func ParseConfig() (err error) {
104 if err != nil { 104 if err != nil {
105 return err 105 return err
106 } else { 106 } else {
107 HttpAddr = AppConfig.String("httpaddr") 107 HttpAddr = AppConfig.String("HttpAddr")
108 108
109 if v, err := AppConfig.Int("HttpPort"); err == nil { 109 if v, err := AppConfig.Int("HttpPort"); err == nil {
110 HttpPort = v 110 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!