Commit dd03efc9 authored by Mrs4s's avatar Mrs4s

update default config.

parent d8bad9a6
...@@ -61,6 +61,8 @@ type GoCQReverseWebsocketConfig struct { ...@@ -61,6 +61,8 @@ type GoCQReverseWebsocketConfig struct {
func DefaultConfig() *JsonConfig { func DefaultConfig() *JsonConfig {
return &JsonConfig{ return &JsonConfig{
EnableDB: true, EnableDB: true,
ReLogin: true,
ReLoginDelay: 3,
HttpConfig: &GoCQHttpConfig{ HttpConfig: &GoCQHttpConfig{
Enabled: true, Enabled: true,
Host: "0.0.0.0", Host: "0.0.0.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment