...
|
...
|
@@ -13,7 +13,7 @@ module.exports = { |
|
|
port: 6001,
|
|
|
siteUrl: '//m.yohobuy.com',
|
|
|
domains: {
|
|
|
api: 'http://testapi.yoho.cn:28078/',
|
|
|
api: 'http://devapi.yoho.cn:58078/',
|
|
|
service: 'http://testservice.yoho.cn:28077/'
|
|
|
},
|
|
|
useOneapm: false,
|
...
|
...
|
@@ -77,7 +77,7 @@ if (isProduction) { |
|
|
Object.assign(module.exports, {
|
|
|
appName: 'm.yohobuy.com for test',
|
|
|
domains: {
|
|
|
api: 'http://testapi.yoho.cn:28078/',
|
|
|
api: 'http://devapi.yoho.cn:58078/',
|
|
|
service: 'http://testservice.yoho.cn:28077/'
|
|
|
},
|
|
|
memcache: {
|
...
|
...
|
|