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
fdb64c5e0da722260a03003e876764895f08cdf0
1 parent
aad24e6d
打开分流开关到灰度环境进行验证
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 @
fdb64c5
...
...
@@ -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'
,
fals
e
);
//分流开关
define
(
'USE_INTER_FACE_SHUNT'
,
tru
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 @
fdb64c5
...
...
@@ -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'
,
fals
e
);
//分流开关
define
(
'USE_INTER_FACE_SHUNT'
,
tru
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