/ config / webserver.js
webserver.js
1  module.exports = {
2    enabled: false,
3    host: "localhost",
4    openBrowser: true,
5    port: 8000
6  };