node-red-viseo-helper
Advanced tools
Comparing version 0.2.0-alpha.2 to 0.2.0-alpha.3
@@ -13,10 +13,14 @@ const extend = require('extend'); | ||
try { | ||
config = require(process.env.CONFIG_PATH)[process.env.NODE_ENV] || {}; | ||
config = require(process.env.CONFIG_PATH)[process.env.NODE_ENV] || {}; | ||
config.server.host = process.env.HOST || config.server.host; | ||
config.server.verbose = config.server.verbose || true; | ||
} catch(e) { | ||
console.log("no project config file found"); | ||
} | ||
extend(true, CONFIG, config); | ||
}; |
{ | ||
"name" : "node-red-viseo-helper", | ||
"version" : "0.2.0-alpha.2", | ||
"version" : "0.2.0-alpha.3", | ||
"description" : "Utility libarary for Node-RED", | ||
@@ -5,0 +5,0 @@ "dependencies" : { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23009
175