新增功能
This commit is contained in:
@@ -28,9 +28,9 @@ func loadRedis(env string) RedisConfig {
|
||||
}
|
||||
default:
|
||||
return RedisConfig{
|
||||
Host: "ec2-3-69-138-29.eu-central-1.compute.amazonaws.com",
|
||||
Port: 16279,
|
||||
Password: getEnv("REDIS_PASSWORD", "eafon123!"),
|
||||
Host: "localhost",
|
||||
Port: 6379,
|
||||
Password: "",
|
||||
Database: 1,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user