Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
ec907cf1488a84367f8b711dccec23fdf6d4bed0
1 parent
c8c23b58
code review by fei.hong: do modify configs to vpc
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
11 deletions
library/LibModels/Wap/Product/SearchData.php
yohobuy/huodong.m.yohobuy.com/configs/core/cache.production.config.ini
yohobuy/m.yohobuy.com/configs/core/cache.production.config.ini
yohobuy/www.yohobuy.com/configs/core/cache.production.config.ini
library/LibModels/Wap/Product/SearchData.php
View file @
ec907cf
...
...
@@ -30,8 +30,8 @@ class SearchData
switch
(
APPLICATION_ENV
)
{
case
'production'
:
case
'release'
:
//return 'http://search.yoho.cn/yohosearch/search.json';
return
'http://101.201.178.220/yohosearch/search.json'
;
//return 'http://100.98.132.63/yohosearch/search.json';
return
'http://search.yoho.cn/yohosearch/search.json'
;
//return 'http://101.201.178.220/yohosearch/search.json'; //return 'http://100.98.132.63/yohosearch/search.json';
case
'preview'
:
return
'http://101.200.31.165/yohosearch/search.json'
;
case
'test'
:
...
...
yohobuy/huodong.m.yohobuy.com/configs/core/cache.production.config.ini
View file @
ec907cf
[memcached]
master.hosts
=
192.168.166.16:12111,192.168.166.17:12111,192.168.166.18:12111
slave.hosts
=
192.168.166.16:12112,192.168.166.17:12112,192.168.166.18:12112
session.hosts
=
192.168.166.16:12111,192.168.166.17:12111,192.168.166.18:12111
master.hosts
=
172.31.22.1:12111,172.31.20.56:12111,172.31.31.146:12111
slave.hosts
=
172.31.22.1:12112,172.31.20.56:12112,172.31.31.146:12112
session.hosts
=
172.31.22.1:12111,172.31.20.56:12111,172.31.31.146:12111
[redis]
servers.hosts
=
127.0.0.1:6379
\ No newline at end of file
...
...
yohobuy/m.yohobuy.com/configs/core/cache.production.config.ini
View file @
ec907cf
[memcached]
master.hosts
=
192.168.166.16:12111,192.168.166.17:12111,192.168.166.18:12111
slave.hosts
=
192.168.166.16:12112,192.168.166.17:12112,192.168.166.18:12112
session.hosts
=
192.168.166.16:12111,192.168.166.17:12111,192.168.166.18:12111
master.hosts
=
172.31.22.1:12111,172.31.20.56:12111,172.31.31.146:12111
slave.hosts
=
172.31.22.1:12112,172.31.20.56:12112,172.31.31.146:12112
session.hosts
=
172.31.22.1:12111,172.31.20.56:12111,172.31.31.146:12111
[redis]
servers.hosts
=
127.0.0.1:6379
\ No newline at end of file
...
...
yohobuy/www.yohobuy.com/configs/core/cache.production.config.ini
View file @
ec907cf
[memcached]
master.hosts
=
192.168.166.16:12111,192.168.166.17:12111,192.168.166.18:12111
slave.hosts
=
192.168.166.16:12112,192.168.166.17:12112,192.168.166.18:12112
session.hosts
=
192.168.166.16:12111,192.168.166.17:12111,192.168.166.18:12111
master.hosts
=
172.31.22.1:12111,172.31.20.56:12111,172.31.31.146:12111
slave.hosts
=
172.31.22.1:12112,172.31.20.56:12112,172.31.31.146:12112
session.hosts
=
172.31.22.1:12111,172.31.20.56:12111,172.31.31.146:12111
[redis]
servers.hosts
=
127.0.0.1:6379
\ No newline at end of file
...
...
Please
register
or
login
to post a comment