Authored by hf

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

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