Skip to content
Snippets Groups Projects
Commit 5dd2dd9f authored by pierreozoux's avatar pierreozoux
Browse files

Allows to specify PORT from env on multiplex plugin

parent f0cf1f54
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ var staticDir = express.static;
io = io.listen(app);
var opts = {
port: 1948,
port: process.env.PORT || 1948,
baseDir : __dirname + '/../../'
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment