...
|
...
|
@@ -11,14 +11,18 @@ 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/',
|
|
|
liveApi: 'http://testapi.live.yohops.com:9999/',
|
|
|
singleApi: 'http://api-test3.yohops.com:9999/',
|
|
|
api: 'http://api-test3.yohops.com:9999/',
|
|
|
service: 'http://service-test3.yohops.com:9999/',
|
|
|
|
|
|
// liveApi: 'http://api.live.yoho.cn/',
|
|
|
// singleApi: 'http://single.yoho.cn/',
|
|
|
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/'
|
...
|
...
|
@@ -74,7 +78,7 @@ module.exports = { |
|
|
maxFiles: 7
|
|
|
},
|
|
|
console: {
|
|
|
level: 'info',
|
|
|
level: 'debug',
|
|
|
colorize: 'all',
|
|
|
prettyPrint: true
|
|
|
}
|
...
|
...
|
|