chore: 移除测试

This commit is contained in:
手瓜一十雪 2024-08-29 21:57:05 +08:00
parent f14726ed1a
commit f097050b56

View File

@ -1,6 +1,6 @@
{ {
"http": { "http": {
"enable": true, "enable": false,
"host": "", "host": "",
"port": 3000, "port": 3000,
"secret": "", "secret": "",
@ -9,7 +9,7 @@
"postUrls": [] "postUrls": []
}, },
"ws": { "ws": {
"enable": true, "enable": false,
"host": "", "host": "",
"port": 3001 "port": 3001
}, },