6 lines
150 B
Bash
6 lines
150 B
Bash
# Environment configuration example
|
|
# Copy this file to .env and update with your actual values
|
|
|
|
# Redis connection address
|
|
REDIS_ADDR=localhost:6379
|