mirror of
https://github.com/dap-ps/discover.git
synced 2025-02-07 06:54:49 +00:00
7 lines
95 B
JavaScript
7 lines
95 B
JavaScript
module.exports = {
|
|
enabled: false,
|
|
host: "localhost",
|
|
openBrowser: true,
|
|
port: 8000
|
|
};
|