22 lines
386 B
Plaintext
22 lines
386 B
Plaintext
# BMAD API Environment Variables
|
|
|
|
PORT=4000
|
|
NODE_ENV=development
|
|
FRONTEND_URL=http://localhost:3000
|
|
|
|
# Authentication
|
|
JWT_SECRET=your-super-secret-jwt-key-change-in-production
|
|
|
|
# Database
|
|
DATABASE_URL=postgresql://user:password@localhost:5432/bmad_web
|
|
|
|
# Redis
|
|
REDIS_URL=redis://localhost:6379
|
|
|
|
# BMAD Core Path
|
|
BMAD_ROOT=../../..
|
|
|
|
# AI Provider Keys
|
|
OPENAI_API_KEY=
|
|
ANTHROPIC_API_KEY=
|