1.重构实时消息WebSocket连接
2.MySQL备份
This commit is contained in:
@@ -64,6 +64,13 @@ return [
|
||||
'count' => 1,
|
||||
'reloadable' => false,
|
||||
],
|
||||
// 后台测试页 WebSocket 连接服务(供 /admin/test/gameCurrentStatus 联调)
|
||||
'gameWebSocketServer' => [
|
||||
'handler' => app\process\GameWebSocketServer::class,
|
||||
'listen' => env('H5_WEBSOCKET_LISTEN', 'websocket://0.0.0.0:3131'),
|
||||
'count' => 1,
|
||||
'reloadable' => false,
|
||||
],
|
||||
|
||||
// File update detection and automatic reload
|
||||
'monitor' => [
|
||||
|
||||
Reference in New Issue
Block a user