Merge pull request #435 from NapNeko/dev-packet

build: poke test
This commit is contained in:
手瓜一十雪 2024-10-12 16:09:52 +08:00 committed by GitHub
commit e91c81def7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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