...
|
...
|
@@ -16,10 +16,10 @@ module.exports = { |
|
|
siteUrl: '//m.yohobuy.com',
|
|
|
assetUrl: '//127.0.0.1:5001',
|
|
|
domains: {
|
|
|
// api: 'http://api-test3.yohops.com:9999/',
|
|
|
// service: 'http://service-test3.yohops.com:9999/',
|
|
|
// liveApi: 'http://testapi.live.yohops.com:9999/',
|
|
|
// singleApi: 'http://api-test3.yohops.com:9999/',
|
|
|
api: 'http://api-test2.yohops.com:9999/',
|
|
|
service: 'http://service-test2.yohops.com:9999/',
|
|
|
liveApi: 'http://testapi.live.yohops.com:9999/',
|
|
|
singleApi: 'http://api-test2.yohops.com:9999/'
|
|
|
// imSocket: 'ws://im.yohobuy.com:10240',
|
|
|
// imCs: 'http://im.yohobuy.com/api',
|
|
|
// imServer: 'http://im.yohobuy.com/server'
|
...
|
...
|
@@ -32,10 +32,10 @@ module.exports = { |
|
|
// imCs: 'https://imhttp.yohobuy.com/api',
|
|
|
// imServer: 'https://imhttp.yohobuy.com/server'
|
|
|
|
|
|
api: 'http://dev-api.yohops.com:9999/',
|
|
|
service: 'http://dev-service.yohops.com:9999/',
|
|
|
liveApi: 'http://testapi.live.yohops.com:9999/',
|
|
|
singleApi: 'http://api-test1.yohops.com:9999/'
|
|
|
// api: 'http://dev-api.yohops.com:9999/',
|
|
|
// service: 'http://dev-service.yohops.com:9999/',
|
|
|
// liveApi: 'http://testapi.live.yohops.com:9999/',
|
|
|
// singleApi: 'http://api-test1.yohops.com:9999/'
|
|
|
},
|
|
|
subDomains: {
|
|
|
host: '.m.yohobuy.com',
|
...
|
...
|
|