提交 75d09d13 编写于 作者: P Pengfei Xue

fix typo, use camel notation for all keys

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