Skip to content

Instantly share code, notes, and snippets.

@mrvdb
Created March 28, 2013 17:03
Show Gist options
  • Save mrvdb/5264995 to your computer and use it in GitHub Desktop.
Save mrvdb/5264995 to your computer and use it in GitHub Desktop.
diff --git a/lib/app.js b/lib/app.js
index 315ae23..a652d15 100644
--- a/lib/app.js
+++ b/lib/app.js
@@ -345,7 +345,7 @@ var makeApp = function(config, callback) {
DatabankObject.bank = db;
URLMaker.hostname = hostname;
- URLMaker.port = port;
+ URLMaker.port = 80;//port;
Distributor.log = log.child({component: "distributor"});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment