diff --git a/conf/config.js b/conf/config.js index 8ab8811..2e155e0 100644 --- a/conf/config.js +++ b/conf/config.js @@ -79,7 +79,7 @@ module.exports = { * a specific address, specify it here. e.g '192.168.0.1' * */ - httpAddress: 'localhost', + httpAddress: '127.0.0.1', /* httpPort specifies on which port the nodejs server should listen. * By default it will serve content over port 3000, which is suitable