...
|
...
|
@@ -76,6 +76,10 @@ if (isProduction) { |
|
|
} else if (isTest) {
|
|
|
Object.assign(module.exports, {
|
|
|
appName: 'm.yohobuy.com for test',
|
|
|
domains: {
|
|
|
api: 'http://testapi.yoho.cn:28078/',
|
|
|
service: 'http://testservice.yoho.cn:28077/'
|
|
|
},
|
|
|
memcache: {
|
|
|
master: ['127.0.0.1:11212', '127.0.0.1:11213'],
|
|
|
slave: ['127.0.0.1:11212', '127.0.0.1:11213'],
|
...
|
...
|
|