diff --git a/config.js b/config.js index f2e7f0c..c1e98ea 100644 --- a/config.js +++ b/config.js @@ -2,7 +2,7 @@ var config = {}; module.exports = config; config.http = { - host: '127.0.0.1', + host: undefined, port: 8081 };