From 0a7651cf0ed3b94a85da997ddcdc693c4c761e55 Mon Sep 17 00:00:00 2001 From: gazebo Date: Mon, 18 Jun 2018 12:33:14 +0800 Subject: [PATCH] - change port to 8888. --- conf/app.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/app.conf b/conf/app.conf index 88b94ef23..5f5c2efe4 100644 --- a/conf/app.conf +++ b/conf/app.conf @@ -1,5 +1,5 @@ appname = jx-callback -httpport = 8080 +httpport = 8888 runmode = dev autorender = false copyrequestbody = true