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'; @@ -10,11 +10,12 @@ const isProduction = process.env.NODE_ENV === 'production';
10 const isTest = process.env.NODE_ENV === 'test'; 10 const isTest = process.env.NODE_ENV === 'test';
11 11
12 module.exports = { 12 module.exports = {
  13 + app: 'h5',
13 port: 6001, 14 port: 6001,
14 siteUrl: '//m.yohobuy.com', 15 siteUrl: '//m.yohobuy.com',
15 domains: { 16 domains: {
16 - api: 'http://testapi.yoho.cn:28078/',  
17 - service: 'http://testservice.yoho.cn:28077/' 17 + api: 'http://devapi.yoho.cn/',
  18 + service: 'http://devservice.yoho.cn/'
18 }, 19 },
19 useOneapm: false, 20 useOneapm: false,
20 useCache: false, 21 useCache: false,
@@ -55,7 +55,7 @@ @@ -55,7 +55,7 @@
55 "serve-favicon": "^2.3.0", 55 "serve-favicon": "^2.3.0",
56 "uuid": "^2.0.2", 56 "uuid": "^2.0.2",
57 "winston": "^2.2.0", 57 "winston": "^2.2.0",
58 - "yoho-node-lib": "0.0.5", 58 + "yoho-node-lib": "0.0.7",
59 "winston-daily-rotate-file": "^1.1.4" 59 "winston-daily-rotate-file": "^1.1.4"
60 }, 60 },
61 "devDependencies": { 61 "devDependencies": {