mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 08:52:15 -05:00
Add production config file
This commit is contained in:
parent
51434d82e0
commit
9c85fb2ebe
@ -6,7 +6,7 @@ module.exports = {
|
|||||||
host: "0.0.0.0"
|
host: "0.0.0.0"
|
||||||
},
|
},
|
||||||
log: {
|
log: {
|
||||||
level: "error",
|
level: "silly",
|
||||||
http: ':remote-addr [:date] ":method :url HTTP/:http-version" :status :res[content-length] ":referrer"'
|
http: ':remote-addr [:date] ":method :url HTTP/:http-version" :status :res[content-length] ":referrer"'
|
||||||
}
|
}
|
||||||
};
|
};
|
7
config/production.js
Normal file
7
config/production.js
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
'use strict';
|
||||||
|
|
||||||
|
module.exports = {
|
||||||
|
log: {
|
||||||
|
level: "error"
|
||||||
|
}
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user