12 lines
247 B
Plaintext
12 lines
247 B
Plaintext
# 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
|