feat: add REDIS_PASSWORD
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user