feat: add REDIS_PASSWORD

This commit is contained in:
Karishma Shukla
2025-03-12 21:58:34 +05:30
committed by GitHub
parent a65b34d15c
commit 79291a325d

View File

@@ -14,6 +14,7 @@ MINIO_ACCESS_KEY=minio_access_key # MinIO access key
MINIO_SECRET_KEY=minio_secret_key # MinIO secret key MINIO_SECRET_KEY=minio_secret_key # MinIO secret key
REDIS_HOST=redis # Redis host in Docker REDIS_HOST=redis # Redis host in Docker
REDIS_PORT=6379 # Redis port (default: 6379) REDIS_PORT=6379 # Redis port (default: 6379)
REDIS_PASSWORD=redis_password # Redis password (This is optional)
# Backend and Frontend URLs and Ports # Backend and Frontend URLs and Ports
BACKEND_PORT=8080 # Port to run backend on. Needed for Docker setup BACKEND_PORT=8080 # Port to run backend on. Needed for Docker setup