This commit is contained in:
Tour
2025-12-06 18:58:29 +01:00
commit 04f18ef2a8
10 changed files with 5892 additions and 0 deletions

14
.env.example Normal file
View File

@@ -0,0 +1,14 @@
# Server Configuration
PORT=3000
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=*