You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
549 B
Bash
16 lines
549 B
Bash
# .env.example
|
|
EVOLUTION_API_URL="https://example-url.com"
|
|
EVOLUTION_API_KEY="example-api-key"
|
|
EVOLUTION_API_INSTANCE="example-instance"
|
|
WHATSAPP_COMMUNITY_ID="example-community-id@g.us"
|
|
CHATBOT_PHONE_NUMBER="1234567890"
|
|
PORT="3007"
|
|
WEBHOOK_URL="https://example-url.com/webhook"
|
|
NODE_ENV="production"
|
|
|
|
# Group sync interval in milliseconds (default: 24h = 86400000ms)
|
|
# - Set lower during development (e.g. 60000 = 1 minute)
|
|
# - Minimum 10000ms (10s) enforced in development
|
|
# - Format: plain number without quotes
|
|
# GROUP_SYNC_INTERVAL_MS=86400000
|