测试:修改 game-server 测试配置

This commit is contained in:
liangtongchuan
2021-04-29 20:06:03 +08:00
parent c55be393a9
commit d34a72d419

View File

@@ -210,8 +210,8 @@ app.configure(ALL_ENVS, function () {
});
});
app.configure('development', function () {
// TODO: 所有环境打开监听模块和日志
app.configure(ALL_ENVS, function () {
// enable the system monitor modules
app.enable('systemMonitor');
app.enable('rpcDebugLog');