Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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^/], |
-
Please register or login to post a comment