...
|
...
|
@@ -88,8 +88,10 @@ if (isProduction) { |
|
|
Object.assign(module.exports, {
|
|
|
appName: 'www.yohoblk.com',
|
|
|
domains: {
|
|
|
singleApi: 'http://api_single.yoho.cn/',
|
|
|
api: 'http://api.yoho.yohoops.org/',
|
|
|
service: 'http://service.yoho.yohoops.org/'
|
|
|
service: 'http://service.yoho.yohoops.org/',
|
|
|
search: 'http://search.yohoops.org/yohosearch/'
|
|
|
},
|
|
|
memcache: {
|
|
|
master: ['memcache1.yohoops.org:12111', 'memcache2.yohoops.org:12111', 'memcache3.yohoops.org:12111'],
|
...
|
...
|
|