Simplify configuration for different environments

This commit is contained in:
Tankred Hase
2016-06-07 14:56:55 +02:00
parent 2ab6333a15
commit 2acbffa2f2
18 changed files with 94 additions and 158 deletions

View File

@@ -1,7 +1,7 @@
'use strict';
module.exports = {
log: {
level: "warn"
level: 'warn'
}
};