75d09d13 by Pengfei Xue

fix typo, use camel notation for all keys

1 parent 07312e24
...@@ -219,7 +219,7 @@ func ParseConfig() (err error) { ...@@ -219,7 +219,7 @@ func ParseConfig() (err error) {
219 HttpTLS = httptls 219 HttpTLS = httptls
220 } 220 }
221 221
222 if certfile := AppConfig.String("httpcertfile"); certfile != "" { 222 if certfile := AppConfig.String("HttpCertFile"); certfile != "" {
223 HttpCertFile = certfile 223 HttpCertFile = certfile
224 } 224 }
225 225
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!