...
|
...
|
@@ -17,11 +17,11 @@ module.exports = { |
|
|
cookieDomain: '.yohobuy.com',
|
|
|
domains: {
|
|
|
// test3
|
|
|
singleApi: 'http://api-test3.yohops.com:9999/',
|
|
|
api: 'http://api-test3.yohops.com:9999/',
|
|
|
service: 'http://service-test3.yohops.com:9999/',
|
|
|
serviceNotify: 'http://service-test3.yohops.com:9999/',
|
|
|
global: 'http://global-test-soa.yohops.com:9999/',
|
|
|
// singleApi: 'http://api-test3.yohops.com:9999/',
|
|
|
// api: 'http://api-test3.yohops.com:9999/',
|
|
|
// service: 'http://service-test3.yohops.com:9999/',
|
|
|
// serviceNotify: 'http://service-test3.yohops.com:9999/',
|
|
|
// global: 'http://global-test-soa.yohops.com:9999/',
|
|
|
|
|
|
// prod
|
|
|
// singleApi: 'http://single.yoho.cn/',
|
...
|
...
|
@@ -31,9 +31,9 @@ module.exports = { |
|
|
// global: 'http://api-global.yohobuy.com/',
|
|
|
|
|
|
// gray
|
|
|
// singleApi: 'http://single.gray.yohops.com/',
|
|
|
// api: 'http://api.gray.yohops.com/',
|
|
|
// service: 'http://service.gray.yohops.com/',
|
|
|
singleApi: 'http://single.gray.yohops.com/',
|
|
|
api: 'http://api.gray.yohops.com/',
|
|
|
service: 'http://service.gray.yohops.com/',
|
|
|
|
|
|
// dev
|
|
|
// api: 'http://dev-api.yohops.com:9999/',
|
...
|
...
|
|