Showing
1 changed file
with
8 additions
and
8 deletions
@@ -17,16 +17,16 @@ module.exports = { | @@ -17,16 +17,16 @@ module.exports = { | ||
17 | cookieDomain: '.yohobuy.com', | 17 | cookieDomain: '.yohobuy.com', |
18 | domains: { | 18 | domains: { |
19 | // test3 | 19 | // test3 |
20 | - // singleApi: 'http://api-test3.yohops.com:9999/', | ||
21 | - // api: 'http://api-test3.yohops.com:9999/', | ||
22 | - // service: 'http://service-test3.yohops.com:9999/', | ||
23 | - // serviceNotify: 'http://service-test3.yohops.com:9999/', | 20 | + singleApi: 'http://api-test3.yohops.com:9999/', |
21 | + api: 'http://api-test3.yohops.com:9999/', | ||
22 | + service: 'http://service-test3.yohops.com:9999/', | ||
23 | + serviceNotify: 'http://service-test3.yohops.com:9999/', | ||
24 | 24 | ||
25 | // prod | 25 | // prod |
26 | - singleApi: 'http://single.yoho.cn/', | ||
27 | - api: 'http://api.yoho.cn/', | ||
28 | - service: 'http://service.yoho.cn/', | ||
29 | - serviceNotify: 'http://service.yoho.cn/', | 26 | + // singleApi: 'http://single.yoho.cn/', |
27 | + // api: 'http://api.yoho.cn/', | ||
28 | + // service: 'http://service.yoho.cn/', | ||
29 | + // serviceNotify: 'http://service.yoho.cn/', | ||
30 | 30 | ||
31 | // gray | 31 | // gray |
32 | // singleApi: 'http://single.gray.yohops.com/', | 32 | // singleApi: 'http://single.gray.yohops.com/', |
-
Please register or login to post a comment