1
0
mirror of https://github.com/dap-ps/discover.git synced 2025-01-31 03:26:13 +00:00
discover/config/webserver.js
2019-07-30 11:49:33 -04:00

7 lines
95 B
JavaScript

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