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
ccbikai(👎🏻🍜)
2016-11-05 02:44:11 +0800
Commit
5ff48c55557510500f4f150f1da6d1e01010424f
2 parents
ff95dd4a
6f38e1c8
Merge branch 'master' of git.yoho.cn:fe/yohobuywap-node
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
config/common.js
process.json
public/scss/activity/shop-collect/_shop-collect.css
config/common.js
View file @
5ff48c5
...
...
@@ -68,7 +68,7 @@ module.exports = {
port
:
'4444'
// influxdb port
},
console
:
{
level
:
'
debug
'
,
level
:
'
error
'
,
colorize
:
'all'
,
prettyPrint
:
true
}
...
...
process.json
View file @
5ff48c5
...
...
@@ -7,6 +7,8 @@
"exec_mode"
:
"cluster"
,
"merge_logs"
:
true
,
"log_date_format"
:
"YYYY-MM-DD HH:mm Z"
,
"out_file"
:
"/Data/logs/"
,
"error_file"
:
"/Data/logs"
,
"env"
:
{
"TZ"
:
"Asia/Shanghai"
,
"PORT"
:
6001
...
...
public/scss/activity/shop-collect/_shop-collect.css
View file @
5ff48c5
...
...
@@ -6,7 +6,6 @@
background
:
#fff
;
box-sizing
:
border-box
;
overflow
:
hidden
;
background
:
#fff
;
margin-bottom
:
30px
;
li
{
...
...
@@ -33,6 +32,7 @@
.shop-area
{
background
:
#fff
;
border-bottom
:
1px
solid
#e0e0e0
;
min-width
:
750px
;
}
}
...
...
Please
register
or
login
to post a comment