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

update default config.

This commit is contained in:
Mrs4s 2020-08-08 15:06:00 +08:00
parent d8bad9a66a
commit dd03efc9c8

View File

@ -60,7 +60,9 @@ type GoCQReverseWebsocketConfig struct {
func DefaultConfig() *JsonConfig {
return &JsonConfig{
EnableDB: true,
EnableDB: true,
ReLogin: true,
ReLoginDelay: 3,
HttpConfig: &GoCQHttpConfig{
Enabled: true,
Host: "0.0.0.0",