配置服务端口

config/config.dafault.js

1
2
3
4
5
6
7
8
exports.cluster = {
listen: {
// 域名
hostname: "127.0.0.1",
// 端口号
port: 3000,
},
};

配置静态资源