Skip to content

Commit

Permalink
new project on nodester, new port
Browse files Browse the repository at this point in the history
  • Loading branch information
microp11 committed Apr 20, 2012
1 parent 3cdddfd commit 90e5387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irc.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ app.get("/", function (req, res, next) {
res.render("./public/index.html");
});

app.listen(process.env.C9_PORT || process.env['app_port'] || 16960);
app.listen(process.env.C9_PORT || process.env['app_port'] || 17039);
console.log("IRC#nodester is running on port %d in %s mode", app.address().port, app.settings.env);

/*
Expand Down

0 comments on commit 90e5387

Please sign in to comment.