10 lines
233 B
Plaintext
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
|