作者 陈志颖

fix:修改默认应用端口

1 appname = partnermg 1 appname = partnermg
2 runmode = "${RUN_MODE||dev}" 2 runmode = "${RUN_MODE||dev}"
3 -httpport = "${HTTP_PORT||8081}" 3 +httpport = "${HTTP_PORT||8082}"
4 EnableHTTPS = true 4 EnableHTTPS = true
5 HTTPSPort = "443" 5 HTTPSPort = "443"
6 HTTPSCertFile = "conf/fjmaimaimai.com_pem.crt" 6 HTTPSCertFile = "conf/fjmaimaimai.com_pem.crt"