Authored by hf

code review by fei.hong: do modify configs to vpc

... ... @@ -30,8 +30,8 @@ class SearchData
switch (APPLICATION_ENV) {
case 'production':
case 'release':
return 'http://search.yoho.cn/yohosearch/search.json';
//return 'http://101.201.178.220/yohosearch/search.json'; //return 'http://100.98.132.63/yohosearch/search.json';
//return 'http://search.yoho.cn/yohosearch/search.json';
return 'http://101.201.178.220/yohosearch/search.json'; //return 'http://100.98.132.63/yohosearch/search.json';
case 'preview':
return 'http://101.200.31.165/yohosearch/search.json';
case 'test':
... ...