windhamdavid 9 years ago
parent
commit
c06022a0cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/www

+ 1 - 1
bin/www

@@ -6,7 +6,7 @@ require('babel/register');
 const app = require('../app');
 const io = require('../io').io;
 const debug = require('debug')('reti-chess:server');
-const port = process.env.PORT || '3000';
+const port = process.env.PORT || '8888';
 const ip = process.env.IP || '127.0.0.1';
 
 app.set('ip', ip);