Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-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:55 +0800
Commit
d0b8d6adf1368043a23935778714c2370c65ef52
1 parent
6ea81212
修改配置
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 @
d0b8d6a
...
...
@@ -77,7 +77,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 @
d0b8d6a
...
...
@@ -77,7 +77,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