interview_agents_api / .env.example
quentinL52
Initial commit
4e9b744
raw
history blame contribute delete
477 Bytes
# ========================
# LLM API KEYS
# ========================
OPENAI_API_KEY=your_openai_api_key
LANGTRACE_API_KEY=your_langtrace_api_key
# ========================
# REDIS
# ========================
REDIS_URL=redis://default:password@redis-host:port/0
# ========================
# BACKEND API
# ========================
# Development
BACKEND_API_URL=http://localhost:8000
# Production (uncomment for deployment)
# BACKEND_API_URL=https://api.yoursite.com