mirror of
https://github.com/RockChinQ/QChatGPT.git
synced 2024-11-16 03:32:33 +08:00
chore: aiocqhttp默认监听地址改为0.0.0.0
This commit is contained in:
parent
e8c8cc0a9c
commit
3258d5b255
|
@ -19,7 +19,7 @@
|
|||
{
|
||||
"adapter": "aiocqhttp",
|
||||
"enable": false,
|
||||
"host": "127.0.0.1",
|
||||
"host": "0.0.0.0",
|
||||
"port": 8080
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user