Init
This commit is contained in:
14
.env.example
Normal file
14
.env.example
Normal 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=*
|
||||
Reference in New Issue
Block a user