Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
Plain Diff
Browse Files
Authored by
陈轩
2016-08-23 15:23:19 +0800
Commit
307c6243c5f9c1f95f32fca37259e0fc69b4511e
2 parents
157aabb5
c0e3a8cc
Merge remote-tracking branch 'origin/feature/live' into feature/live
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
apps/activity/models/live.js
config/common.js
process.json
apps/activity/models/live.js
View file @
307c624
...
...
@@ -30,7 +30,7 @@ let _getBannerData = () => {
code
:
200
,
cache
:
true
}).
then
((
result
)
=>
{
return
result
.
data
?
resourcesProcess
(
result
.
data
)
:
[];
return
result
&&
result
.
data
?
resourcesProcess
(
result
.
data
)
:
[];
});
};
...
...
config/common.js
View file @
307c624
...
...
@@ -117,7 +117,7 @@ if (isProduction) {
domains
:
{
api
:
'http://testapi.yoho.cn:28078/'
,
service
:
'http://testservice.yoho.cn:28077/'
,
liveApi
:
'http://
api.live.yoho.cn
/'
liveApi
:
'http://
testapi.live.yohops.com:9999
/'
},
memcache
:
{
master
:
[
'127.0.0.1:12111'
],
...
...
process.json
View file @
307c624
...
...
@@ -5,6 +5,8 @@
"script"
:
"app.js"
,
"instances"
:
"max"
,
"exec_mode"
:
"cluster"
,
"merge_logs"
:
true
,
"log_date_format"
:
"YYYY-MM-DD HH:mm Z"
,
"env"
:
{
"PORT"
:
6001
}
...
...
Please
register
or
login
to post a comment