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-01-04 16:53:38 +0800
Commit
23fc5c29adac9e4dca1fdef36fcabcb6f23f5751
1 parent
ec40c718
修改配置
Show 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 @
23fc5c2
...
...
@@ -70,7 +70,7 @@ var apiCofig = {
if
(
process
.
env
.
NODE_ENV
!=
"coding"
&&
process
.
env
.
NODE_ENV
!==
"test"
){
options
.
store
=
new
Redis
({
port
:
6379
,
host
:
'
localhost
'
host
:
'
redis.platform.yohoops.org
'
});
}
...
...
server/index.js
View file @
23fc5c2
...
...
@@ -70,7 +70,7 @@ var apiCofig = {
if
(
process
.
env
.
NODE_ENV
!=
"coding"
&&
process
.
env
.
NODE_ENV
!==
"test"
){
options
.
store
=
new
Redis
({
port
:
6379
,
host
:
'
localhost
'
host
:
'
redis.platform.yohoops.org
'
});
}
...
...
Please
register
or
login
to post a comment