dreddit-tutorial/config/webserver.js
2019-02-05 16:29:33 +01:00

7 lines
94 B
JavaScript

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