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