...
|
...
|
@@ -12,13 +12,12 @@ defined('APPLICATION_ENV') || define('APPLICATION_ENV', 'testing'); |
|
|
|
|
|
define('EXHIBITION_TICKET', 51335912);//展览票skn
|
|
|
|
|
|
define('USE_INTER_FACE_SHUNT', false);//分流开关
|
|
|
define('USE_INTER_FACE_SHUNT', true);//分流开关
|
|
|
|
|
|
define('API_URL', 'http://api-test3.yohops.com:9999/');
|
|
|
define('SERVICE_URL', 'http://service-test3.yohops.com:9999/');
|
|
|
define('API_URL', 'http://api-test2.yohops.com:9999/');
|
|
|
define('SERVICE_URL', 'http://service-test2.yohops.com:9999/');
|
|
|
define('YOHOBUY_URL', 'http://www.yohobuy.com/');
|
|
|
define('SERVICE_NOTIFY', 'http://testservice.yoho.cn:28077/');
|
|
|
define('API_OLD', 'http://test2.open.yohobuy.com/');
|
|
|
define('SERVICE_NOTIFY', 'http://service-test2.yohops.com:9999/');
|
|
|
|
|
|
$application = new Application(APPLICATION_PATH . '/configs/application.testing.ini');
|
|
|
$application->bootstrap()->run(); |
|
|
\ No newline at end of file |
...
|
...
|
|