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
Email Patches
Plain Diff
Browse Files
Authored by
李奇
7 years ago
Commit
89c13329673e2b7584827fcfe947ee016dc89318
1 parent
dbf33537
redis connect config
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 @
89c1332
...
...
@@ -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