Authored by ccbikai

Merge branch 'release/1.0' of git.yoho.cn:fe/yohobuywap-node into release/1.0

... ... @@ -10,11 +10,12 @@ const isProduction = process.env.NODE_ENV === 'production';
const isTest = process.env.NODE_ENV === 'test';
module.exports = {
app: 'h5',
port: 6001,
siteUrl: '//m.yohobuy.com',
domains: {
api: 'http://testapi.yoho.cn:28078/',
service: 'http://testservice.yoho.cn:28077/'
api: 'http://devapi.yoho.cn/',
service: 'http://devservice.yoho.cn/'
},
useOneapm: false,
useCache: false,
... ...
... ... @@ -55,7 +55,7 @@
"serve-favicon": "^2.3.0",
"uuid": "^2.0.2",
"winston": "^2.2.0",
"yoho-node-lib": "0.0.5",
"yoho-node-lib": "0.0.7",
"winston-daily-rotate-file": "^1.1.4"
},
"devDependencies": {
... ...