...
|
...
|
@@ -77,9 +77,9 @@ if (isProduction) { |
|
|
Object.assign(module.exports, {
|
|
|
appName: 'm.yohobuy.com for test',
|
|
|
domains: {
|
|
|
api: 'http://testapi.yoho.cn:28078/',
|
|
|
service: 'http://testservice.yoho.cn:28077/'
|
|
|
},
|
|
|
api: 'http://devapi.yoho.cn:58078/',
|
|
|
service: 'http://testservice.yoho.cn:28078/'
|
|
|
},
|
|
|
memcache: {
|
|
|
master: ['127.0.0.1:12111'],
|
|
|
slave: ['127.0.0.1:12112'],
|
...
|
...
|
|