Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
陈峰
2018-04-16 18:35:19 +0800
Commit
cb2e612f86b2dc0c7f680843a0d19b8b5b2a595d
2 parents
cfc7da38
bb68fde0
Merge branch 'feature/redis-url' into 'master'
Feature/redis url See merge request
!253
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
config/common.js
config/common.js
View file @
cb2e612
...
...
@@ -221,8 +221,9 @@ if (isProduction) {
zookeeperServer
:
'web.zookeeper.yohoops.org:2181'
,
redis
:
{
connect
:
{
host
:
'
web.redis
.yohoops.org'
,
host
:
'
redis.web
.yohoops.org'
,
port
:
'6379'
,
password
:
'redis9646'
,
enable_offline_queue
:
false
,
retry_strategy
(
options
)
{
if
(
options
.
error
&&
options
.
error
.
code
===
'ECONNREFUSED'
)
{
...
...
Please
register
or
login
to post a comment