mirror of
https://github.com/dap-ps/discover.git
synced 2025-01-31 03:26:13 +00:00
7 lines
95 B
JavaScript
7 lines
95 B
JavaScript
module.exports = {
|
|
enabled: false,
|
|
host: "localhost",
|
|
openBrowser: true,
|
|
port: 8000
|
|
};
|