Showing
2 changed files
with
2 additions
and
2 deletions
@@ -11,7 +11,7 @@ define('APPLICATION_PATH', dirname(__DIR__)); // 应用目录 | @@ -11,7 +11,7 @@ define('APPLICATION_PATH', dirname(__DIR__)); // 应用目录 | ||
11 | define('ROOT_PATH', dirname(dirname(APPLICATION_PATH))); // 根目录 | 11 | define('ROOT_PATH', dirname(dirname(APPLICATION_PATH))); // 根目录 |
12 | defined('APPLICATION_ENV') || define('APPLICATION_ENV', 'preview'); | 12 | defined('APPLICATION_ENV') || define('APPLICATION_ENV', 'preview'); |
13 | 13 | ||
14 | -define('USE_INTER_FACE_SHUNT', true);//分流开关 | 14 | +define('USE_INTER_FACE_SHUNT', false);//分流开关 |
15 | 15 | ||
16 | define('API_URL', 'http://api.yoho.yohoops.org/'); | 16 | define('API_URL', 'http://api.yoho.yohoops.org/'); |
17 | define('SERVICE_URL', 'http://service.yoho.yohoops.org/'); | 17 | define('SERVICE_URL', 'http://service.yoho.yohoops.org/'); |
@@ -11,7 +11,7 @@ define('APPLICATION_PATH', dirname(__DIR__)); // 应用目录 | @@ -11,7 +11,7 @@ define('APPLICATION_PATH', dirname(__DIR__)); // 应用目录 | ||
11 | define('ROOT_PATH', dirname(dirname(APPLICATION_PATH))); // 根目录 | 11 | define('ROOT_PATH', dirname(dirname(APPLICATION_PATH))); // 根目录 |
12 | defined('APPLICATION_ENV') || define('APPLICATION_ENV', 'production'); | 12 | defined('APPLICATION_ENV') || define('APPLICATION_ENV', 'production'); |
13 | 13 | ||
14 | -define('USE_INTER_FACE_SHUNT', true);//分流开关 | 14 | +define('USE_INTER_FACE_SHUNT', false);//分流开关 |
15 | 15 | ||
16 | define('API_URL', 'http://api.yoho.yohoops.org/'); | 16 | define('API_URL', 'http://api.yoho.yohoops.org/'); |
17 | define('SERVICE_URL', 'http://service.yoho.yohoops.org/'); | 17 | define('SERVICE_URL', 'http://service.yoho.yohoops.org/'); |
-
Please register or login to post a comment