Permalink
Browse files

set static port

  • Loading branch information...
1 parent 95e8bcc commit 0953c572c684ca0ca09352efc99daabbc0390524 @Siddharth11 committed on GitHub Oct 12, 2016
Showing with 1 addition and 1 deletion.
  1. +1 −1 server/server.js
View
@@ -15,6 +15,6 @@ app.get('/', function (req, res) {
const serverSideEvents = require('./serverSideEvents')(io)
-http.listen((process.env.PORT || 5000), function () {
+http.listen(5000, function () {
console.log('listening on: http://' + ip.v4() + ':5000')
})

0 comments on commit 0953c57

Please sign in to comment.