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-10-17 23:07:37 +0800
Commit
153418871b741c50d4b5e934a4dc4d95ab880c64
2 parents
5fa460b1
85e849f2
Merge branch 'qCloud' of git.yoho.cn:fe/yohobuywap-node into qCloud
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/product/index.js
config/common.js
apps/product/index.js
View file @
1534188
...
...
@@ -18,7 +18,7 @@ app.on('mount', function(parent) {
Object
.
assign
(
app
.
locals
,
parent
.
locals
);
});
app
.
use
(
global
.
yoho
.
hbs
({
app
.
engine
(
'.hbs'
,
hbs
({
extname
:
'.hbs'
,
defaultLayout
:
'layout'
,
layoutsDir
:
doraemon
,
...
...
config/common.js
View file @
1534188
...
...
@@ -70,7 +70,7 @@ module.exports = {
port
:
4444
// influxdb port
},
console
:
{
level
:
'info'
,
level
:
isProduction
?
'error'
:
'info'
,
colorize
:
'all'
,
prettyPrint
:
true
}
...
...
Please
register
or
login
to post a comment