Skip to content

Commit

Permalink
chore: aiocqhttp默认监听地址改为0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RockChinQ committed Feb 20, 2024
1 parent e8c8cc0 commit 3258d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{
"adapter": "aiocqhttp",
"enable": false,
"host": "127.0.0.1",
"host": "0.0.0.0",
"port": 8080
},
{
Expand Down

0 comments on commit 3258d5b

Please sign in to comment.