Files
toknd_auth/.env.example
T
2026-05-11 11:53:26 +05:30

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