Skip to content

Commit

Permalink
wrong field name
Browse files Browse the repository at this point in the history
  • Loading branch information
Oded Leiba committed Dec 14, 2016
1 parent 3212c86 commit 6d30b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/properties.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = function (settingsDir) {
}
if (properties_default.log) {
properties_default.log.logentries_api_key = process.env.LOG_API_KEY || properties_default.log.logentries_api_key
properties_default.log.level = process.env.LOG_LEVEL || properties_default.log.logentries_api_key
properties_default.log.level = process.env.LOG_LEVEL || properties_default.log.level
}
if (properties_default.server) {
properties_default.server.https_port = process.env.SSL_PORT || properties_default.server.https_port
Expand Down

0 comments on commit 6d30b1a

Please sign in to comment.