1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-06 12:03:50 +08:00

fix ci failed.

This commit is contained in:
Mrs4s 2020-08-13 20:09:57 +08:00
parent 3c04573e82
commit edf6180e1c

View File

@ -67,12 +67,12 @@ func DefaultConfig() *JsonConfig {
EnableDB: true, EnableDB: true,
ReLogin: true, ReLogin: true,
ReLoginDelay: 3, ReLoginDelay: 3,
PostMessageFormat: "string",
HttpConfig: &GoCQHttpConfig{ HttpConfig: &GoCQHttpConfig{
Enabled: true, Enabled: true,
Host: "0.0.0.0", Host: "0.0.0.0",
Port: 5700, Port: 5700,
PostUrls: map[string]string{}, PostUrls: map[string]string{},
PostMessageFormat: "string",
}, },
WSConfig: &GoCQWebsocketConfig{ WSConfig: &GoCQWebsocketConfig{
Enabled: true, Enabled: true,