- change conf/app.conf to test new order scheduler.

- set callLegacy, callNew and handleLegacyJxOrder to true.
This commit is contained in:
gazebo
2018-07-17 22:28:53 +08:00
parent ada0dbc4f3
commit 376d797f0a

View File

@@ -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