Skip to content

Commit

Permalink
Fallback to port 1220
Browse files Browse the repository at this point in the history
  • Loading branch information
robashton committed Dec 20, 2011
1 parent 997f4dc commit a41c14d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Expand Up @@ -32,7 +32,7 @@ server = http.createServer(function(req, res){
});
});

server.listen(process.env.PORT || 1222);
server.listen(process.env.PORT || 1220 );

var Controller = require('./src/core/controller').Controller;
var ServerApp = require('./src/server/application').ServerApp;
Expand Down
1 change: 1 addition & 0 deletions src/server/communication.js
Expand Up @@ -17,6 +17,7 @@ ServerCommunication = function(app, server){
listener.set('log level', 1);
listener.set('transports', [
'websocket',
'flashsocket'
]);
});

Expand Down

0 comments on commit a41c14d

Please sign in to comment.