UNPKG

216 BJavaScriptView Raw
1module.exports = {
2 host: "0.0.0.0",
3 port: 3839,
4 directory: "./data",
5 middleware: [],
6 // watch: true,
7 socket: {
8 port: 3838,
9 },
10 // rule: './rule.js' //自定义 rule 路径
11 };
12
\No newline at end of file