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
毕凯
9 years ago
Commit
c1a8c22333dabee47b8e7cb8412d8b6694782818
1 parent
42f17d1f
关闭接口分流
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
yohobuy/m.yohobuy.com/public/index-pre.php
yohobuy/m.yohobuy.com/public/index.php
yohobuy/m.yohobuy.com/public/index-pre.php
View file @
c1a8c22
...
...
@@ -11,7 +11,7 @@ define('APPLICATION_PATH', dirname(__DIR__)); // 应用目录
define
(
'ROOT_PATH'
,
dirname
(
dirname
(
APPLICATION_PATH
)));
// 根目录
defined
(
'APPLICATION_ENV'
)
||
define
(
'APPLICATION_ENV'
,
'preview'
);
define
(
'USE_INTER_FACE_SHUNT'
,
tru
e
);
//分流开关
define
(
'USE_INTER_FACE_SHUNT'
,
fals
e
);
//分流开关
define
(
'API_URL'
,
'http://api.yoho.yohoops.org/'
);
define
(
'SERVICE_URL'
,
'http://service.yoho.yohoops.org/'
);
...
...
yohobuy/m.yohobuy.com/public/index.php
View file @
c1a8c22
...
...
@@ -11,7 +11,7 @@ define('APPLICATION_PATH', dirname(__DIR__)); // 应用目录
define
(
'ROOT_PATH'
,
dirname
(
dirname
(
APPLICATION_PATH
)));
// 根目录
defined
(
'APPLICATION_ENV'
)
||
define
(
'APPLICATION_ENV'
,
'production'
);
define
(
'USE_INTER_FACE_SHUNT'
,
tru
e
);
//分流开关
define
(
'USE_INTER_FACE_SHUNT'
,
fals
e
);
//分流开关
define
(
'API_URL'
,
'http://api.yoho.yohoops.org/'
);
define
(
'SERVICE_URL'
,
'http://service.yoho.yohoops.org/'
);
...
...
Please
register
or
login
to post a comment