...
|
...
|
@@ -11,8 +11,8 @@ define('APPLICATION_PATH', dirname(__DIR__)); // 应用目录 |
|
|
define('ROOT_PATH', dirname(dirname(APPLICATION_PATH))); // 根目录
|
|
|
defined('APPLICATION_ENV') || define('APPLICATION_ENV', 'developer');
|
|
|
|
|
|
define('API_URL', 'http://dev-api.yohops.com:9999/');
|
|
|
define('SERVICE_URL', 'http://dev-service.yohops.com:9999/');
|
|
|
define('API_URL', 'http://api.yoho.cn/');
|
|
|
define('SERVICE_URL', 'http://service.yoho.cn/');
|
|
|
define('YOHOBUY_URL', 'http://www.yohobuy.com/');
|
|
|
define('SERVICE_NOTIFY', 'http://testservice.yoho.cn:28077/');
|
|
|
|
...
|
...
|
|