Showing
1 changed file
with
2 additions
and
2 deletions
@@ -12,8 +12,8 @@ define('ROOT_PATH', dirname(dirname(APPLICATION_PATH))); // 根目录 | @@ -12,8 +12,8 @@ define('ROOT_PATH', dirname(dirname(APPLICATION_PATH))); // 根目录 | ||
12 | defined('APPLICATION_ENV') || define('APPLICATION_ENV', 'testing'); | 12 | defined('APPLICATION_ENV') || define('APPLICATION_ENV', 'testing'); |
13 | define('USE_INTER_FACE_SHUNT', false);//分流开关 | 13 | define('USE_INTER_FACE_SHUNT', false);//分流开关 |
14 | 14 | ||
15 | -define('API_URL', 'http://api-test1.yohops.com:9999/'); | ||
16 | -define('SERVICE_URL', 'http://service-test1.yohops.com:9999/'); | 15 | +define('API_URL', 'http://api-test3.yohops.com:9999/'); |
16 | +define('SERVICE_URL', 'http://service-test3.yohops.com:9999/'); | ||
17 | define('YOHOBUY_URL', 'http://www.yohobuy.com/'); | 17 | define('YOHOBUY_URL', 'http://www.yohobuy.com/'); |
18 | define('SERVICE_NOTIFY', 'http://service-test1.yohops.com:9999/'); | 18 | define('SERVICE_NOTIFY', 'http://service-test1.yohops.com:9999/'); |
19 | 19 |
-
Please register or login to post a comment