75d09d13 by Pengfei Xue

fix typo, use camel notation for all keys

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