fix: defalut config

This commit is contained in:
手瓜一十雪 2025-02-04 19:49:56 +08:00
parent 57e8b60ab7
commit 3650c5ed31

View File

@ -20,7 +20,7 @@ const WebsocketServerForm: React.FC<WebsocketServerFormProps> = ({
enable: false,
name: '',
host: '0.0.0.0',
port: 3000,
port: 3001,
reportSelfMessage: false,
enableForcePushEvent: true,
messagePostFormat: 'array',