|
@@ -17,18 +17,18 @@ module.exports = { |
|
@@ -17,18 +17,18 @@ 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/',
|
|
|
24
|
- // global: 'http://global-test-soa.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
|
+ global: 'http://global-test-soa.yohops.com:9999/',
|
25
|
|
25
|
|
26
|
// prod
|
26
|
// prod
|
27
|
- singleApi: 'http://single.yoho.cn/',
|
|
|
28
|
- api: 'http://api.yoho.cn/',
|
|
|
29
|
- service: 'http://service.yoho.cn/',
|
|
|
30
|
- serviceNotify: 'http://service.yoho.cn/',
|
|
|
31
|
- global: 'http://api-global.yohobuy.com/',
|
27
|
+ // singleApi: 'http://single.yoho.cn/',
|
|
|
28
|
+ // api: 'http://api.yoho.cn/',
|
|
|
29
|
+ // service: 'http://service.yoho.cn/',
|
|
|
30
|
+ // serviceNotify: 'http://service.yoho.cn/',
|
|
|
31
|
+ // global: 'http://api-global.yohobuy.com/',
|
32
|
|
32
|
|
33
|
// gray
|
33
|
// gray
|
34
|
// singleApi: 'http://single.gray.yohops.com/',
|
34
|
// singleApi: 'http://single.gray.yohops.com/',
|