...
|
...
|
@@ -39,9 +39,12 @@ module.exports = { |
|
|
// master: ['192.168.102.222:12111'],
|
|
|
// slave: ['192.168.102.222:12111'],
|
|
|
// session: ['192.168.102.222:12111'],
|
|
|
master: ['192.168.102.205:12111'],
|
|
|
slave: ['192.168.102.205:12111'],
|
|
|
session: ['192.168.102.205:12111'],
|
|
|
// master: ['192.168.102.205:12111'],
|
|
|
// slave: ['192.168.102.205:12111'],
|
|
|
// session: ['192.168.102.205:12111'],
|
|
|
master: ['127.0.0.1:11211'],
|
|
|
slave: ['127.0.0.1:11211'],
|
|
|
session: ['127.0.0.1:11211'],
|
|
|
timeout: 1000,
|
|
|
retries: 0
|
|
|
},
|
...
|
...
|
@@ -97,8 +100,10 @@ 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://testapi.yoho.cn:28078/',
|
|
|
// service: 'http://testservice.yoho.cn:28077/'
|
|
|
api: 'http://api.yoho.cn/',
|
|
|
service: 'http://service.yoho.cn/'
|
|
|
},
|
|
|
memcache: {
|
|
|
master: ['127.0.0.1:12111'],
|
...
|
...
|
|