feat: initial setup with WhatsApp CRM apps and sync services
This commit is contained in:
11
apps/whatsapp-sync/.env.example
Normal file
11
apps/whatsapp-sync/.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
# WhatsApp Sync Service - Environment Variables
|
||||
|
||||
# Database
|
||||
DATABASE_URL=./data/crm.db
|
||||
|
||||
# Sync settings
|
||||
SYNC_INTERVAL_MINUTES=5
|
||||
MESSAGES_LIMIT_PER_CHAT=50
|
||||
|
||||
# Optional: JSONL source path
|
||||
# MESSAGES_JSONL_PATH=../whatsapp-reader/data/messages.jsonl
|
||||
Reference in New Issue
Block a user