Authored by 周少峰

test api url

@@ -14,10 +14,10 @@ define('EXHIBITION_TICKET', 51335912);//展览票skn @@ -14,10 +14,10 @@ define('EXHIBITION_TICKET', 51335912);//展览票skn
14 14
15 define('USE_INTER_FACE_SHUNT', false);//分流开关 15 define('USE_INTER_FACE_SHUNT', false);//分流开关
16 16
17 -define('API_URL', 'http://testapi.yoho.cn:28078/');  
18 -define('SERVICE_URL', 'http://testservice.yoho.cn:28077/');  
19 -define('YOHOBUY_URL', 'http://www.yohobuy.com/');  
20 -define('SERVICE_NOTIFY', 'http://testservice.yoho.cn:28077/'); 17 +define('API_URL', getenv('TEST_API'));
  18 +define('SERVICE_URL', getenv('TEST_SERVICE'));
  19 +define('YOHOBUY_URL', 'http://www.yohobuy.com');
  20 +define('SERVICE_NOTIFY', getenv('TEST_SERVICE'));
21 define('API_OLD', 'http://test2.open.yohobuy.com/'); 21 define('API_OLD', 'http://test2.open.yohobuy.com/');
22 22
23 $application = new Application(APPLICATION_PATH . '/configs/application.testing.ini'); 23 $application = new Application(APPLICATION_PATH . '/configs/application.testing.ini');