Authored by 陈峰

port

@@ -12,7 +12,7 @@ const isTest = process.env.NODE_ENV === 'test'; @@ -12,7 +12,7 @@ const isTest = process.env.NODE_ENV === 'test';
12 const config = { 12 const config = {
13 app: 'yoho-apm', 13 app: 'yoho-apm',
14 appVersion: '0.0.1', // 调用api的版本 14 appVersion: '0.0.1', // 调用api的版本
15 - port: 6003, 15 + port: 6009,
16 siteUrl: '//shop.yohobuy.com', 16 siteUrl: '//shop.yohobuy.com',
17 cookieDomain: '.yohobuy.com', 17 cookieDomain: '.yohobuy.com',
18 domains: [/yohobuy\.com^/], 18 domains: [/yohobuy\.com^/],