作者 tangxvhui

调整日志配置

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