Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
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
Plain Diff
Browse Files
Authored by
陈峰
2018-04-16 18:36:44 +0800
Commit
4c97e6f91b3e619e48c45f3b12060f2c953aa802
2 parents
9325612e
5248f283
Merge branch 'feature/redis-url' into 'master'
Feature/redis url See merge request
!84
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 @
4c97e6f
...
...
@@ -119,8 +119,9 @@ if (isProduction) {
},
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