Skip to content

Commit

Permalink
Use configured host
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Jan 13, 2016
1 parent 03c6eaf commit 76e397c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = function (mozaik, app) {
res.send(_.omit(mozaik.config, 'api'));
});

var server = app.listen(config.port, function () {
var server = app.listen(config.port, config.host, function () {
mozaik.logger.info(chalk.yellow('Mozaïk server listening at http://' + config.host + ':' + config.port));
});

Expand Down

0 comments on commit 76e397c

Please # to comment.