...
|
...
|
@@ -15,7 +15,13 @@ module.exports = { |
|
|
port: 6002,
|
|
|
siteUrl: 'http://www.yohobuy.com',
|
|
|
domains: {
|
|
|
favApi: 'http://192.168.102.31:8092/brower',
|
|
|
// api: 'http://api.yoho.yohoops.org/',
|
|
|
// service: 'http://service.yoho.yohoops.org/',
|
|
|
// search: 'http://search.yohoops.org/yohosearch/'
|
|
|
//api: 'http://testapi.yoho.cn:28078/',
|
|
|
//service: 'http://testservice.yoho.cn:28077/',
|
|
|
//api: 'http://api-test1.yohops.com:9999/',
|
|
|
//service: 'http://service-test1.yohops.com:9999/',
|
|
|
api: 'http://api.yoho.cn/',
|
|
|
service: 'http://service.yoho.cn/',
|
|
|
search: 'http://192.168.102.216:8080/yohosearch/'
|
...
|
...
|
@@ -33,6 +39,10 @@ module.exports = { |
|
|
useOneapm: false,
|
|
|
useCache: false,
|
|
|
memcache: {
|
|
|
|
|
|
// master: ['192.168.102.222:11213'],
|
|
|
// slave: ['192.168.102.222:11213'],
|
|
|
// session: ['192.168.102.222:11213'],
|
|
|
master: ['127.0.0.1:11211'],
|
|
|
slave: ['127.0.0.1:11211'],
|
|
|
session: ['127.0.0.1:11211'],
|
...
|
...
|
|