From d90e6678afdb884ddd61ae00805d3d26fa72f77c Mon Sep 17 00:00:00 2001 From: GuerraMorgan <35589850+GuerraMorgan@users.noreply.github.com> Date: Sat, 13 Jun 2020 07:24:35 +0800 Subject: [PATCH] Update conf.go --- pkg/conf/conf.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/conf/conf.go b/pkg/conf/conf.go index a19110b..d68cb0a 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