Merge remote-tracking branch 'remotes/origin/hotfix/wechat'
Showing
1 changed file
with
6 additions
and
6 deletions
@@ -13,8 +13,8 @@ module.exports = { | @@ -13,8 +13,8 @@ module.exports = { | ||
13 | port: 6001, | 13 | port: 6001, |
14 | siteUrl: '//m.yohobuy.com', | 14 | siteUrl: '//m.yohobuy.com', |
15 | domains: { | 15 | domains: { |
16 | - api: 'http://devapi.yoho.cn:58078/', | ||
17 | - service: 'http://testservice.yoho.cn:28078/' | 16 | + api: 'http://api.yoho.yohoops.org/', |
17 | + service: 'http://service.yoho.yohoops.org/' | ||
18 | }, | 18 | }, |
19 | useOneapm: false, | 19 | useOneapm: false, |
20 | useCache: false, | 20 | useCache: false, |
@@ -77,9 +77,9 @@ if (isProduction) { | @@ -77,9 +77,9 @@ if (isProduction) { | ||
77 | Object.assign(module.exports, { | 77 | Object.assign(module.exports, { |
78 | appName: 'm.yohobuy.com for test', | 78 | appName: 'm.yohobuy.com for test', |
79 | domains: { | 79 | domains: { |
80 | - api: 'http://devapi.yoho.cn:58078/', | ||
81 | - service: 'http://testservice.yoho.cn:28078/' | ||
82 | - }, | 80 | + api: 'http://testapi.yoho.cn:28078/', |
81 | + service: 'http://testservice.yoho.cn:28077/' | ||
82 | + }, | ||
83 | memcache: { | 83 | memcache: { |
84 | master: ['127.0.0.1:12111'], | 84 | master: ['127.0.0.1:12111'], |
85 | slave: ['127.0.0.1:12112'], | 85 | slave: ['127.0.0.1:12112'], |
@@ -90,4 +90,4 @@ if (isProduction) { | @@ -90,4 +90,4 @@ if (isProduction) { | ||
90 | useOneapm: true, | 90 | useOneapm: true, |
91 | useCache: true | 91 | useCache: true |
92 | }); | 92 | }); |
93 | -} | 93 | +} |
-
Please register or login to post a comment