initial commit
This commit is contained in:
9
.env.example
Normal file
9
.env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user