Update conf.go

This commit is contained in:
GuerraMorgan 2020-06-13 07:24:35 +08:00 committed by GitHub
parent dd50ef1c25
commit d90e6678af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,6 +57,7 @@ type captcha struct {
// redis 配置
type redis struct {
Network string
Server string
Password string
DB string