Showing
1 changed file
with
3 additions
and
3 deletions
@@ -135,9 +135,9 @@ if (isProduction) { | @@ -135,9 +135,9 @@ if (isProduction) { | ||
135 | appName: 'www.yohoblk.com for test', | 135 | appName: 'www.yohoblk.com for test', |
136 | domains: { | 136 | domains: { |
137 | singleApi: 'http://192.168.102.31:8092/', | 137 | singleApi: 'http://192.168.102.31:8092/', |
138 | - api: 'http://testapi.yoho.cn:28078/', | ||
139 | - service: 'http://testservice.yoho.cn:28077/', | ||
140 | - search: 'http://192.168.102.216:8080/yohosearch/' | 138 | + api: process.env.TEST_API || 'http://testapi.yoho.cn:28078/', |
139 | + service: process.env.TEST_SERVICE || 'http://testservice.yoho.cn:28077/', | ||
140 | + search: process.env.TEST_SEARCH || 'http://192.168.102.216:8080/yohosearch/' | ||
141 | }, | 141 | }, |
142 | useOneapm: true, | 142 | useOneapm: true, |
143 | useCache: true, | 143 | useCache: true, |
-
Please register or login to post a comment