Showing
1 changed file
with
4 additions
and
0 deletions
@@ -76,6 +76,10 @@ if (isProduction) { | @@ -76,6 +76,10 @@ if (isProduction) { | ||
76 | } else if (isTest) { | 76 | } else if (isTest) { |
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: { | ||
80 | + api: 'http://testapi.yoho.cn:28078/', | ||
81 | + service: 'http://testservice.yoho.cn:28077/' | ||
82 | + }, | ||
79 | memcache: { | 83 | memcache: { |
80 | master: ['127.0.0.1:11212', '127.0.0.1:11213'], | 84 | master: ['127.0.0.1:11212', '127.0.0.1:11213'], |
81 | slave: ['127.0.0.1:11212', '127.0.0.1:11213'], | 85 | slave: ['127.0.0.1:11212', '127.0.0.1:11213'], |
-
Please register or login to post a comment