# BMAD Web Environment Variables # API Configuration PORT=4000 NODE_ENV=development FRONTEND_URL=http://localhost:3000 # Authentication JWT_SECRET=your-super-secret-jwt-key-change-in-production # Database (for production) DATABASE_URL=postgresql://user:password@localhost:5432/bmad_web # Redis (for production) REDIS_URL=redis://localhost:6379 # BMAD Core Path (optional, defaults to parent directory) BMAD_ROOT=../ # OpenAI/Anthropic API Keys (for AI features) OPENAI_API_KEY=your-openai-api-key ANTHROPIC_API_KEY=your-anthropic-api-key