Update defaults.go

This commit is contained in:
GuerraMorgan 2020-06-13 17:59:30 +08:00 committed by GitHub
parent 25b204f610
commit 6afb6bb474
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@ import "github.com/mojocn/base64Captcha"
// RedisConfig Redis服务器配置
var RedisConfig = &redis{
Network: "tcp",
Server: "",
Password: "",
DB: "0",