...
|
...
|
@@ -11,14 +11,17 @@ const isProduction = process.env.NODE_ENV === 'production'; |
|
|
const isTest = process.env.NODE_ENV === 'test';
|
|
|
|
|
|
const domains = {
|
|
|
api: 'http://api.yoho.cn/',
|
|
|
service: 'http://service.yoho.cn/',
|
|
|
api: 'http://api.yoho.yohoops.org/',
|
|
|
service: 'http://service.yoho.yohoops.org/',
|
|
|
liveApi: 'http://testapi.live.yohops.com:9999/',
|
|
|
singleApi: 'http://api-test3.yohops.com:9999/',
|
|
|
imSocket: 'ws://socket.yohobuy.com:10240',
|
|
|
imCs: 'http://im.yohobuy.com/api',
|
|
|
global: 'http://api-global.yohobuy.com',
|
|
|
store: 'http://192.168.102.47:8080/portal-gateway/'
|
|
|
platformApi: 'http://192.168.102.48:8088/',
|
|
|
store: 'http://192.168.102.47:8080/portal-gateway/wechat/',
|
|
|
extstore: 'http://extstore-test1.yohops.com',
|
|
|
family: 'http://192.168.103.73:8096/uic/',
|
|
|
yohoNowApi: 'http://yohonow-test.yohops.com:9999/'
|
|
|
};
|
|
|
|
|
|
module.exports = {
|
...
|
...
|
@@ -71,7 +74,7 @@ module.exports = { |
|
|
maxFiles: 7
|
|
|
},
|
|
|
console: {
|
|
|
level: 'info',
|
|
|
level: 'error',
|
|
|
colorize: 'all',
|
|
|
prettyPrint: true
|
|
|
}
|
...
|
...
|
|