Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
8 years ago
Commit
123244d8eb91d2a20d70e86993698438d0eac523
1 parent
c9ca3e30
'test-env-api'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
yohobuy/m.yohobuy.com/public/index-test.php
yohobuy/m.yohobuy.com/public/index-test.php
View file @
123244d
...
...
@@ -13,8 +13,8 @@ defined('APPLICATION_ENV') || define('APPLICATION_ENV', 'testing');
define
(
'USE_INTER_FACE_SHUNT'
,
true
);
//分流开关
define
(
'API_URL'
,
'http://api-test2.yohops.com:9999/'
);
define
(
'SERVICE_URL'
,
'http://service-test2.yohops.com:9999/'
);
define
(
'API_URL'
,
getenv
(
'TEST_API'
)
?
getenv
(
'TEST_API'
)
:
'http://api-test2.yohops.com:9999/'
);
define
(
'SERVICE_URL'
,
getenv
(
'TEST_SERVICE'
)
?
getenv
(
'TEST_SERVICE'
)
:
'http://service-test2.yohops.com:9999/'
);
define
(
'YOHOBUY_URL'
,
'http://www.yohobuy.com/'
);
define
(
'SERVICE_NOTIFY'
,
'http://service-test1.yohops.com:9999/'
);
...
...
Please
register
or
login
to post a comment