Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郝肖肖
9 years ago
Commit
f4ad70ba5a1cb6a0ea4564f1fb123c81f73752c9
1 parent
2afded18
分流开关开启,测试服务器
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
11 deletions
yohobuy/www.yohobuy.com/configs/core/cache.testing.config.ini
yohobuy/www.yohobuy.com/public/index-test.php
yohobuy/www.yohobuy.com/configs/core/cache.testing.config.ini
View file @
f4ad70b
[memcached]
master.hosts
=
127.0.0.1:11212,127.0.0.1:11213
slave.hosts
=
127.0.0.1:11212,127.0.0.1:11213
session.hosts
=
127.0.0.1:11212,127.0.0.1:11213
[redis]
[memcached]
master.hosts
=
127.0.0.1:12111
slave.hosts
=
127.0.0.1:12111
session.hosts
=
127.0.0.1:12111
[redis]
servers.hosts
=
127.0.0.1:6379
\ No newline at end of file
...
...
yohobuy/www.yohobuy.com/public/index-test.php
View file @
f4ad70b
...
...
@@ -12,13 +12,12 @@ defined('APPLICATION_ENV') || define('APPLICATION_ENV', 'testing');
define
(
'EXHIBITION_TICKET'
,
51335912
);
//展览票skn
define
(
'USE_INTER_FACE_SHUNT'
,
fals
e
);
//分流开关
define
(
'USE_INTER_FACE_SHUNT'
,
tru
e
);
//分流开关
define
(
'API_URL'
,
'http://api-test3.yohops.com:9999/'
);
define
(
'SERVICE_URL'
,
'http://service-test3.yohops.com:9999/'
);
define
(
'API_URL'
,
'http://api-test2.yohops.com:9999/'
);
define
(
'SERVICE_URL'
,
'http://service-test2.yohops.com:9999/'
);
define
(
'YOHOBUY_URL'
,
'http://www.yohobuy.com/'
);
define
(
'SERVICE_NOTIFY'
,
'http://testservice.yoho.cn:28077/'
);
define
(
'API_OLD'
,
'http://test2.open.yohobuy.com/'
);
define
(
'SERVICE_NOTIFY'
,
'http://service-test2.yohops.com:9999/'
);
$application
=
new
Application
(
APPLICATION_PATH
.
'/configs/application.testing.ini'
);
$application
->
bootstrap
()
->
run
();
\ No newline at end of file
...
...
Please
register
or
login
to post a comment