Files
boc/landvex-report-system/.env.example
T

29 lines
490 B
Bash
Raw Normal View History

# Database
DB_HOST=localhost
DB_PORT=5432
DB_NAME=landvex_reports
DB_USER=postgres
DB_PASSWORD=your_password
# Redis
REDIS_URL=redis://localhost:6379
# OpenAI
OPENAI_API_KEY=sk-your-openai-key
# Email (SMTP)
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_USER=your-email@gmail.com
SMTP_PASS=your-app-password
# Server
PORT=3000
NODE_ENV=development
JWT_SECRET=your-jwt-secret-key-change-in-production
# AWS (for production)
AWS_REGION=eu-north-1
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=