Showing
1 changed file
with
4 additions
and
2 deletions
@@ -75,7 +75,8 @@ if (isProduction) { | @@ -75,7 +75,8 @@ if (isProduction) { | ||
75 | appName: 'm.yohoblk.com', | 75 | appName: 'm.yohoblk.com', |
76 | domains: { | 76 | domains: { |
77 | api: 'http://api.yoho.yohoops.org/', | 77 | api: 'http://api.yoho.yohoops.org/', |
78 | - service: 'http://service.yoho.yohoops.org/' | 78 | + service: 'http://service.yoho.yohoops.org/', |
79 | + favApi: 'http://192.168.102.31:8092/' | ||
79 | }, | 80 | }, |
80 | memcache: { | 81 | memcache: { |
81 | master: ['memcache1.yohoops.org:12111', 'memcache2.yohoops.org:12111', 'memcache3.yohoops.org:12111'], | 82 | master: ['memcache1.yohoops.org:12111', 'memcache2.yohoops.org:12111', 'memcache3.yohoops.org:12111'], |
@@ -95,7 +96,8 @@ if (isProduction) { | @@ -95,7 +96,8 @@ if (isProduction) { | ||
95 | // service: 'http://dev-service.yohops.com:9999/' | 96 | // service: 'http://dev-service.yohops.com:9999/' |
96 | 97 | ||
97 | api: 'http://api-test1.yohops.com:9999/', | 98 | api: 'http://api-test1.yohops.com:9999/', |
98 | - service: 'http://service-test1.yohops.com:9999/' | 99 | + service: 'http://service-test1.yohops.com:9999/', |
100 | + favApi: 'http://192.168.102.31:8092/' | ||
99 | }, | 101 | }, |
100 | memcache: { | 102 | memcache: { |
101 | master: ['127.0.0.1:12111'], | 103 | master: ['127.0.0.1:12111'], |
-
Please register or login to post a comment