...
|
...
|
@@ -3,7 +3,7 @@ runmode = "${RUN_MODE||dev}" |
|
|
httpport = "${HTTP_PORT||8082}"
|
|
|
|
|
|
#开启https
|
|
|
EnableHTTPS = true
|
|
|
EnableHTTPS = false
|
|
|
HTTPSPort = "443"
|
|
|
HTTPSCertFile = "conf/fjmaimaimai.com_pem.crt"
|
|
|
HTTPSKeyFile = "conf/fjmaimaimai.com_rsa.key"
|
...
|
...
|
|