18 líneas
377 B
Plaintext
18 líneas
377 B
Plaintext
# Redis Configuration
|
|
# Optional: Customize Redis connection settings
|
|
|
|
# Redis host (default: localhost)
|
|
REDIS_HOST=localhost
|
|
|
|
# Redis port (default: 6379)
|
|
REDIS_PORT=6379
|
|
|
|
# Redis password (optional, required if Redis has authentication enabled)
|
|
# REDIS_PASSWORD=your-secure-password
|
|
|
|
# Redis database number (default: 0)
|
|
# REDIS_DB=0
|
|
|
|
# Node Environment
|
|
NODE_ENV=development
|