|
@@ -17,11 +17,11 @@ module.exports = { |
|
@@ -17,11 +17,11 @@ 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/',
|
27
|
// singleApi: 'http://single.yoho.cn/',
|
|
@@ -31,9 +31,9 @@ module.exports = { |
|
@@ -31,9 +31,9 @@ module.exports = { |
31
|
// global: 'http://api-global.yohobuy.com/',
|
31
|
// global: 'http://api-global.yohobuy.com/',
|
32
|
|
32
|
|
33
|
// gray
|
33
|
// gray
|
34
|
- // singleApi: 'http://single.gray.yohops.com/',
|
|
|
35
|
- // api: 'http://api.gray.yohops.com/',
|
|
|
36
|
- // service: 'http://service.gray.yohops.com/',
|
34
|
+ singleApi: 'http://single.gray.yohops.com/',
|
|
|
35
|
+ api: 'http://api.gray.yohops.com/',
|
|
|
36
|
+ service: 'http://service.gray.yohops.com/',
|
37
|
|
37
|
|
38
|
// dev
|
38
|
// dev
|
39
|
// api: 'http://dev-api.yohops.com:9999/',
|
39
|
// api: 'http://dev-api.yohops.com:9999/',
|