...
|
...
|
@@ -76,11 +76,12 @@ if (isProduction) { |
|
|
} else if (isTest) {
|
|
|
Object.assign(module.exports, {
|
|
|
appName: 'www.yohobuy.com for test',
|
|
|
domains: {
|
|
|
api: 'http://testapi.yoho.cn:28078/',
|
|
|
service: 'http://testservice.yoho.cn:28077/',
|
|
|
search: 'http://192.168.102.216:8080/yohosearch/'
|
|
|
},
|
|
|
|
|
|
// domains: {
|
|
|
// api: 'http://testapi.yoho.cn:28078/',
|
|
|
// service: 'http://testservice.yoho.cn:28077/',
|
|
|
// search: 'http://192.168.102.216:8080/yohosearch/'
|
|
|
// },
|
|
|
useOneapm: true,
|
|
|
useCache: true,
|
|
|
memcache: {
|
...
|
...
|
|