Comparing version 0.0.6 to 0.0.7
@@ -41,3 +41,3 @@ // Generated by CoffeeScript 1.3.1 | ||
QueueComponent.prototype.checkEnv = function() { | ||
var rtg; | ||
var config, rtg; | ||
if (!process.env.REDISTOGO_URL) { | ||
@@ -47,2 +47,5 @@ return {}; | ||
rtg = url.parse(process.env.REDISTOGO_URL); | ||
config = { | ||
auth: {} | ||
}; | ||
config.host = rtg.hostname; | ||
@@ -49,0 +52,0 @@ config.port = rtg.port; |
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"licenses": [{ | ||
@@ -13,0 +13,0 @@ "type": "MIT", |
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
2302963
8146