discover/config/webserver.js

7 lines
95 B
JavaScript

module.exports = {
enabled: false,
host: "localhost",
openBrowser: true,
port: 8000
};