Showing
1 changed file
with
2 additions
and
3 deletions
@@ -18,9 +18,8 @@ module.exports = { | @@ -18,9 +18,8 @@ module.exports = { | ||
18 | // service: 'http://testservice.yoho.cn:28077/' | 18 | // service: 'http://testservice.yoho.cn:28077/' |
19 | // }, | 19 | // }, |
20 | domains: { | 20 | domains: { |
21 | - api: 'http://devapi.yoho.cn:58078/', | ||
22 | - service: 'http://devservice.yoho.cn:58077/', | ||
23 | - search: 'http://192.168.10.64:8080/yohosearch/' | 21 | + api: 'http://testapi.yoho.cn:28078/', // http://192.168.102.205:8080/gateway |
22 | + service: 'http://testservice.yoho.cn:28077/' | ||
24 | }, | 23 | }, |
25 | useOneapm: false, | 24 | useOneapm: false, |
26 | useCache: false, | 25 | useCache: false, |
-
Please register or login to post a comment