Files
NeoCom/.env.example
2026-04-09 20:36:10 -07:00

10 lines
233 B
Plaintext

# Database
DATABASE_URL=postgresql://user:password@localhost:5432/erp_platform
# Authentication
NEXTAUTH_SECRET=your-secret-key-here
NEXTAUTH_URL=http://localhost:3000
# AI Integration
ANTHROPIC_API_KEY=your-anthropic-api-key-here