优化推送消息

This commit is contained in:
2026-04-20 14:49:02 +08:00
parent 1eed3cf0f7
commit ed21f8647e
4 changed files with 23 additions and 5 deletions

View File

@@ -3,6 +3,8 @@ return [
'enable' => true,
'websocket' => 'websocket://0.0.0.0:3131',
'api' => 'http://0.0.0.0:3232',
/** 浏览器连接的 WebSocket 基址(不含 /app/)。生产/前后端分离必填,如 wss://api.example.com */
'websocket_client' => env('PUSH_WEBSOCKET_CLIENT_URL', ''),
'app_key' => '6d0af5971ad191f2dc8a500885cb79c7',
'app_secret' => 'c457f0be89cd48d481b37f16c0a97f5f',
'channel_hook' => 'http://127.0.0.1:7979/plugin/webman/push/hook',