Showing
1 changed file
with
3 additions
and
3 deletions
@@ -97,9 +97,9 @@ if (isProduction) { | @@ -97,9 +97,9 @@ if (isProduction) { | ||
97 | Object.assign(module.exports, { | 97 | Object.assign(module.exports, { |
98 | appName: 'm.yohobuy.com for test', | 98 | appName: 'm.yohobuy.com for test', |
99 | domains: { | 99 | domains: { |
100 | - api: process.end.TEST_API || 'http://api-test1.yohops.com:9999/', | ||
101 | - service: process.end.TEST_SERVICE || 'http://service-test1.yohops.com:9999/', | ||
102 | - liveApi: process.end.TEST_LIVE || 'http://testapi.live.yohops.com:9999/' | 100 | + api: process.env.TEST_API || 'http://api-test1.yohops.com:9999/', |
101 | + service: process.env.TEST_SERVICE || 'http://service-test1.yohops.com:9999/', | ||
102 | + liveApi: process.env.TEST_LIVE || 'http://testapi.live.yohops.com:9999/' | ||
103 | }, | 103 | }, |
104 | memcache: { | 104 | memcache: { |
105 | master: ['127.0.0.1:12111'], | 105 | master: ['127.0.0.1:12111'], |
-
Please register or login to post a comment