修改启动脚本, 减少日志

This commit is contained in:
zhl 2021-02-01 16:28:30 +08:00
parent b6a3c6a2ab
commit 211485ce74

View File

@ -22,7 +22,8 @@ module.exports = {
// out_file : '', // out日志路径
env: {
PORT: 4000,
DEBUG: "colyseus:errors,colyseus:matchmaking,jc:*",
// DEBUG: "colyseus:errors,colyseus:matchmaking,jc:*",
DEBUG: "colyseus:errors,jc:*",
NODE_ENV: "production",
}
},