...
|
...
|
@@ -97,14 +97,14 @@ if (isProduction) { |
|
|
Object.assign(module.exports, {
|
|
|
appName: 'm.yohoblk.com',
|
|
|
domains: {
|
|
|
api: 'http://api.yoho.cn/',
|
|
|
service: 'http://service.yoho.cn/',
|
|
|
singleApi: 'http://single.yoho.cn/'
|
|
|
api: 'http://api.yoho.yohoops.org/',
|
|
|
service: 'http://api.yoho.yohoops.org/',
|
|
|
singleApi: 'http://api.yoho.yohoops.org/',
|
|
|
},
|
|
|
memcache: {
|
|
|
master: ['127.0.0.1:11211'],
|
|
|
slave: ['127.0.0.1:11211'],
|
|
|
session: ['127.0.0.1:11211'],
|
|
|
master: ['memcache1.yohoops.org:12111', 'memcache2.yohoops.org:12111', 'memcache3.yohoops.org:12111'],
|
|
|
slave: [],
|
|
|
session: ['memcache1.yohoops.org:12111', 'memcache2.yohoops.org:12111', 'memcache3.yohoops.org:12111'],
|
|
|
timeout: 100,
|
|
|
retries: 0
|
|
|
},
|
...
|
...
|
@@ -170,4 +170,4 @@ if (isProduction) { |
|
|
useOneapm: true,
|
|
|
useCache: true
|
|
|
});
|
|
|
} |
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|