diff --git a/pkg/conf/conf.go b/pkg/conf/conf.go index a19110b1..d68cb0a0 100644 --- a/pkg/conf/conf.go +++ b/pkg/conf/conf.go @@ -57,6 +57,7 @@ type captcha struct { // redis 配置 type redis struct { + Network string Server string Password string DB string