新增功能

This commit is contained in:
yangy
2026-05-27 18:07:55 +08:00
parent fe7b61d8d1
commit 36c6ca2766
37 changed files with 11023 additions and 39 deletions
+3 -3
View File
@@ -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,
}
}