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
weiqingting
2016-06-16 16:22:00 +0800
Commit
78355d0c3381f02b0bac44acac0fd8b84bb536d5
1 parent
90ce22dd
redis 调试
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
code/index.js
server/index.js
code/index.js
View file @
78355d0
...
...
@@ -66,7 +66,7 @@ var apiCofig = {
},
useToEntry
:
function
(
app
){
if
(
process
.
env
.
NODE_ENV
!=
"coding"
){
session
.
store
=
new
Redis
Store
({
session
.
store
=
new
Redis
({
port
:
6379
,
host
:
'localhost'
});
...
...
server/index.js
View file @
78355d0
...
...
@@ -66,7 +66,7 @@ var apiCofig = {
},
useToEntry
:
function
(
app
){
if
(
process
.
env
.
NODE_ENV
!=
"coding"
){
session
.
store
=
new
Redis
Store
({
session
.
store
=
new
Redis
({
port
:
6379
,
host
:
'localhost'
});
...
...
Please
register
or
login
to post a comment