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
hf
9 years ago
Commit
db91ab54909ba24e46f5cea94a4601e0770afb17
1 parent
cdf83b8e
modify use api cache
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/public/index-test.php
yohobuy/m.yohobuy.com/public/index-test.php
View file @
db91ab5
...
...
@@ -5,7 +5,7 @@ define('SITE_MAIN', 'http://buy.test.yoho.cn'); // 网站主域名
define
(
'OLD_MAIN'
,
'http://m.yohobuy.com'
);
// 网站旧域名
define
(
'COOKIE_DOMAIN'
,
'.test.yoho.cn'
);
// COOKIE作用域
define
(
'SUB_DOMAIN'
,
'.test.yoho.cn'
);
// 子域名后缀
define
(
'USE_CACHE'
,
fals
e
);
// 缓存的开关
define
(
'USE_CACHE'
,
tru
e
);
// 缓存的开关
define
(
'APPLICATION_PATH'
,
dirname
(
__DIR__
));
// 应用目录
define
(
'ROOT_PATH'
,
dirname
(
dirname
(
APPLICATION_PATH
)));
// 根目录
defined
(
'APPLICATION_ENV'
)
||
define
(
'APPLICATION_ENV'
,
'testing'
);
...
...
Please
register
or
login
to post a comment