fix typo, use camel notation for all keys
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment