...
|
...
|
@@ -2,6 +2,12 @@ appname = partner |
|
|
runmode = "${RUN_MODE||dev}"
|
|
|
httpport = "${HTTP_PORT||8082}"
|
|
|
|
|
|
#开启https
|
|
|
EnableHTTPS = true
|
|
|
HTTPSPort = "443"
|
|
|
HTTPSCertFile = "conf/_.fjmaimaimai.com_bundle.crt"
|
|
|
HTTPSKeyFile = "conf/_.fjmaimaimai.com.key"
|
|
|
|
|
|
#开启监控
|
|
|
EnableAdmin = false
|
|
|
#开启JSON请求
|
...
|
...
|
|