Merge branch 'develop' into test-set-MM_PORT

This commit is contained in:
Rodrigo Ramírez Norambuena
2017-03-30 16:12:08 -03:00
committed by GitHub
10 changed files with 85 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ var fs = require("fs");
var helmet = require("helmet");
var Server = function(config, callback) {
console.log("Starting server on port " + config.port + " ... ");
var port = config.port;
if (process.env.MM_PORT) {