feat: initial setup with WhatsApp CRM apps and sync services
This commit is contained in:
11
apps/whatsapp-crm/.env.example
Normal file
11
apps/whatsapp-crm/.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user