mirror of
https://github.com/astaxie/beego.git
synced 2025-04-15 17:46:49 +00:00
fix typo, use camel notation for all keys
This commit is contained in:
parent
07312e240c
commit
75d09d138a
@ -219,7 +219,7 @@ func ParseConfig() (err error) {
|
|||||||
HttpTLS = httptls
|
HttpTLS = httptls
|
||||||
}
|
}
|
||||||
|
|
||||||
if certfile := AppConfig.String("httpcertfile"); certfile != "" {
|
if certfile := AppConfig.String("HttpCertFile"); certfile != "" {
|
||||||
HttpCertFile = certfile
|
HttpCertFile = certfile
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user