# ======================== # 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