7 lines
96 B
JavaScript
7 lines
96 B
JavaScript
module.exports = {
|
|
enabled: true,
|
|
host: "localhost",
|
|
port: 8000,
|
|
enableCatchAll: true
|
|
}
|