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