14 lines
223 B
Plaintext
14 lines
223 B
Plaintext
# Server Configuration
|
|
PORT=3001
|
|
API_KEY=your-strong-api-key-here
|
|
|
|
# Database & Storage
|
|
DB_PATH=./data/whatsapp.db
|
|
MEDIA_PATH=./media
|
|
|
|
# WhatsApp Client
|
|
HEADLESS=false
|
|
REJECT_CALLS=true
|
|
|
|
# CORS (for WebSocket)
|
|
CORS_ORIGIN=* |