Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "fireprox", | ||
"description": "A simple proxy for MozRepl over http using express/nodejs", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"author": "dizzib", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -32,3 +32,3 @@ (function(){ | ||
}); | ||
return Http.createServer(server).listen(port = getEnvVar('PORT', 8080), function(){ | ||
return Http.createServer(server).listen(port = getEnvVar('FIREPROX_PORT', 8080), function(){ | ||
return log("Fireprox http server listening on port " + port); | ||
@@ -35,0 +35,0 @@ }); |
Sorry, the diff of this file is not supported yet
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
61
4272