fix: update Redis password in environment configuration

This commit is contained in:
2025-09-25 23:10:34 -05:00
parent f2040369fd
commit eb3f874628

2
.env
View File

@@ -18,7 +18,7 @@ DATABASE_URL=postgresql://postgres.gndwiodomcunueuxwthl:Lop0090...@aws-1-us-west
# REDIS # REDIS
# ========================================== # ==========================================
REDIS_URL=redis-17965.c323.us-east-1-2.ec2.redns.redis-cloud.com REDIS_URL=redis-17965.c323.us-east-1-2.ec2.redns.redis-cloud.com
REDIS_PASS=AHnPiQFoWwsBdJY62SiHZSEDmnbgiycZ5 REDIS_PASS="HnPiQFoWwsBdJY62SiHZSEDmnbgiycZ5"
# =========================================== # ===========================================
# OPTIMIZACIÓN DE MEMORIA # OPTIMIZACIÓN DE MEMORIA