Authored by 王水玲

post log

@@ -19,6 +19,16 @@ module.exports = { @@ -19,6 +19,16 @@ module.exports = {
19 service: 'http://devservice.yoho.cn:58077/', 19 service: 'http://devservice.yoho.cn:58077/',
20 search: 'http://192.168.102.216:8080/yohosearch/' 20 search: 'http://192.168.102.216:8080/yohosearch/'
21 }, 21 },
  22 + subDomains: {
  23 + host: '.yohobuy.com',
  24 + default: '//yohobuy.com',
  25 + guang: '//guang.yohobuy.com',
  26 + list: '//list.yohobuy.com',
  27 + search: '//search.yohobuy.com',
  28 + huodong: '//huodong.yohobuy.com',
  29 + activity: '//activity.yohobuy.com',
  30 + index: '//yohobuy.com'
  31 + },
22 useOneapm: false, 32 useOneapm: false,
23 useCache: false, 33 useCache: false,
24 memcache: { 34 memcache: {
@@ -59,7 +59,7 @@ @@ -59,7 +59,7 @@
59 "uuid": "^2.0.2", 59 "uuid": "^2.0.2",
60 "winston": "^2.2.0", 60 "winston": "^2.2.0",
61 "winston-daily-rotate-file": "^1.1.4", 61 "winston-daily-rotate-file": "^1.1.4",
62 - "yoho-node-lib": "0.0.16" 62 + "yoho-node-lib": "0.0.21"
63 }, 63 },
64 "devDependencies": { 64 "devDependencies": {
65 "autoprefixer": "^6.3.6", 65 "autoprefixer": "^6.3.6",