Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-shop-fe2
·
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
mali
2018-05-25 14:29:44 +0800
Commit
9205c56af5f6775c897edc881560a89f83e242fb
1 parent
0ebadce7
redis加密码
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
code/index.js
code/index.js
View file @
9205c56
...
...
@@ -70,7 +70,8 @@ var apiCofig = {
if
(
process
.
env
.
NODE_ENV
!=
"coding"
&&
process
.
env
.
NODE_ENV
!==
"test"
){
options
.
store
=
new
Redis
({
port
:
6379
,
host
:
'localhost'
host
:
'localhost'
,
pass
:
'redis9646'
});
}
...
...
Please
register
or
login
to post a comment