Authored by 张丽霞

还原系统配置

... ... @@ -13,8 +13,8 @@ module.exports = {
port: 6001,
siteUrl: '//m.yohobuy.com',
domains: {
api: 'http://devapi.yoho.cn:58078/',
service: 'http://testservice.yoho.cn:28078/'
api: 'http://api.yoho.yohoops.org/',
service: 'http://service.yoho.yohoops.org/'
},
useOneapm: false,
useCache: false,
... ... @@ -77,9 +77,9 @@ if (isProduction) {
Object.assign(module.exports, {
appName: 'm.yohobuy.com for test',
domains: {
api: 'http://devapi.yoho.cn:58078/',
service: 'http://testservice.yoho.cn:28078/'
},
api: 'http://testapi.yoho.cn:28078/',
service: 'http://testservice.yoho.cn:28077/'
},
memcache: {
master: ['127.0.0.1:12111'],
slave: ['127.0.0.1:12112'],
... ... @@ -90,4 +90,4 @@ if (isProduction) {
useOneapm: true,
useCache: true
});
}
}
\ No newline at end of file
... ...