Skip to content
Snippets Groups Projects
Commit 7225d842 authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

Merge pull request #1260 from pierreozoux/master

Allows to specify PORT from env on multiplex plugin
parents 5020014b 5dd2dd9f
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