Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OPENTECH
/
yoho-node-ci
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
2
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
陈峰
2018-03-15 18:36:31 +0800
Commit
8bc051fd98c032ef224997ef48ec2569a9d58498
1 parent
c94098c7
commit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
config/config.js
config/config.js
View file @
8bc051f
...
...
@@ -97,7 +97,7 @@ const specific = {
},
redis
:
{
connect
:
{
host
:
'
172.31.27.179
'
,
host
:
'
web.redis.yohoops.org
'
,
port
:
'6379'
,
retry_strategy
:
options
=>
{
if
(
options
.
error
&&
options
.
error
.
code
===
'ECONNREFUSED'
)
{
...
...
Please
register
or
login
to post a comment