From 376d797f0a0db9ab84bb3b6accc9eb52761ead93 Mon Sep 17 00:00:00 2001 From: gazebo Date: Tue, 17 Jul 2018 22:28:53 +0800 Subject: [PATCH] - change conf/app.conf to test new order scheduler. - set callLegacy, callNew and handleLegacyJxOrder to true. --- conf/app.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/app.conf b/conf/app.conf index f2627e3a7..ab51871e3 100644 --- a/conf/app.conf +++ b/conf/app.conf @@ -15,7 +15,7 @@ dadaAppSecret = "30c2abbfe8a8780ad5aace46300c64b9" autonaviKey = "4427170f870af2110becb8852d36ab08" callLegacy = true -callNew = false +callNew = true handleLegacyJxOrder = true [dev] @@ -42,6 +42,8 @@ weixinSecret = "ba32b269a068a5b72486a0beafd171e8" dbConnectStr = "root:WebServer@1@tcp(127.0.0.1:3306)/jxd_dev_0?charset=utf8&loc=Local" +callLegacy = false + [prod] freshFoodServerURL = "http://portal.int.jxc4.com" @@ -91,4 +93,3 @@ weixinSecret = "6bbbed1443cc062c20a015a64c07a531" dbConnectStr = "root:WebServer@1@tcp(127.0.0.1:3306)/jxd_dev_0?charset=utf8&loc=Local" callLegacy = false -callNew = true