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
Rock Zhang
9 years ago
Commit
e17b8544775a1b0a88d058ec65082acda2391034
1 parent
cb35ec9a
修复memcache为域名
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
yohobuy/m.yohobuy.com/configs/core/cache.production.config.ini
yohobuy/m.yohobuy.com/configs/core/cache.production.config.ini
View file @
e17b854
[memcached]
master.hosts
=
192.168.166.16:12111,192.168.166.17:12111
slave.hosts
=
192.168.166.16:12112,192.168.166.17:12112
session.hosts
=
192.168.166.16:12111,192.168.166.17:12111
master.hosts
=
memcache1.yohoops.org,memcache2.yohoops.org,memcache3.yohoops.org
slave.hosts
=
memcache1.yohoops.org,memcache2.yohoops.org,memcache3.yohoops.org
session.hosts
=
memcache1.yohoops.org,memcache2.yohoops.org,memcache3.yohoops.org
[redis]
servers.hosts
=
127.0.0.1:6379
\ No newline at end of file
...
...
Please
register
or
login
to post a comment