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
Plain Diff
Browse Files
Authored by
陈峰
2018-04-24 11:26:45 +0800
Commit
751e0ef81ccd3e28b6abe66b4b87bfd3de7119ed
2 parents
23fdc678
5fb13863
Merge branch 'hotfix/redisConfig' into 'master'
'redis换成域名' See merge request
!30
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
config/config.js
config/config.js
View file @
751e0ef
...
...
@@ -84,8 +84,9 @@ const specific = {
},
redis
:
{
connect
:
{
host
:
'
10.66.1.192
'
,
host
:
'
redis.web.yohoops.org
'
,
port
:
'6379'
,
password
:
'redis9646'
,
retry_strategy
:
options
=>
{
if
(
options
.
error
&&
options
.
error
.
code
===
'ECONNREFUSED'
)
{
console
.
log
(
'redis连接不成功'
);
...
...
Please
register
or
login
to post a comment