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