port 3001 by default
This commit is contained in:
parent
3d21751c75
commit
e26b5f0ef0
1 changed files with 1 additions and 1 deletions
2
bin/www
2
bin/www
|
@ -12,7 +12,7 @@ var http = require('http');
|
|||
* Get port from environment and store in Express.
|
||||
*/
|
||||
|
||||
var port = normalizePort(process.env.PORT || '3000');
|
||||
var port = normalizePort(process.env.PORT || '3001');
|
||||
app.set('port', port);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue