7 lines
163 B
Bash
7 lines
163 B
Bash
# Core Server Configuration
|
|
PORT=3000
|
|
API_KEY=your_secret_api_key_here
|
|
|
|
# Redis Configuration (Use redis://redis:6379 for Docker)
|
|
REDIS_URL=redis://localhost:6379
|