Created
March 28, 2013 17:03
-
-
Save mrvdb/5264995 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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