12 lines
193 B
Plaintext
12 lines
193 B
Plaintext
# WhatsApp CRM - Environment Variables
|
|
|
|
# Database
|
|
DATABASE_URL=./data/crm.db
|
|
|
|
# Next.js
|
|
NODE_ENV=development
|
|
NEXT_PUBLIC_API_URL=http://localhost:3000/api
|
|
|
|
# Optional: Custom port
|
|
# PORT=3000
|