mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2024-11-22 00:02:24 +00:00
Hopefully completed it this time
This commit is contained in:
parent
6c98884e33
commit
a21daff941
2
app.js
2
app.js
@ -17,7 +17,7 @@ app.disable('x-powered-by');
|
||||
app.set('views', path.join(__dirname, 'views'));
|
||||
app.set('view engine', 'pug');
|
||||
|
||||
if (app.get('env') == 'production') {
|
||||
if (app.get('ENV') == 'production') {
|
||||
app.use(logger('common', { skip: function(req, res) { return res.statusCode < 400 }, stream: __dirname + '/../morgan.log' }));
|
||||
} else {
|
||||
app.use(logger('dev'));
|
||||
|
Loading…
Reference in New Issue
Block a user