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
hf
9 years ago
Commit
500284fd7ee7da5f6b7be8c38f813d647d41e3c6
1 parent
a05bdf95
code review by fei.hong: do modify cache config to aliyun vpc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
yohobuy/huodong.yohobuy.com/configs/core/cache.production.config.ini
yohobuy/www.yohobuy.com/configs/core/cache.production.aws.config.ini
yohobuy/huodong.yohobuy.com/configs/core/cache.production.config.ini
View file @
500284f
[memcached]
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
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
[redis]
servers.hosts
=
127.0.0.1:6379
\ No newline at end of file
...
...
yohobuy/www.yohobuy.com/configs/core/cache.production.aws.config.ini
View file @
500284f
[memcached]
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
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
[redis]
servers.hosts
=
127.0.0.1:6379
\ No newline at end of file
...
...
Please
register
or
login
to post a comment