Skip to content

Commit

Permalink
Update .env.example with webhook configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
andresayac committed Feb 14, 2024
1 parent 4e67fdc commit 06da4be
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ MAX_RETRIES=-1
# Maximun time to connect to whatsapp
RECONNECT_INTERVAL=5000

# Global webhook url
APP_WEBHOOK_URL=

# Authentication
AUTHENTICATION_GLOBAL_AUTH_TOKEN=A4gx18YGxKAvR01ClcHpcR7TjZUNtwvE

# WEBHOOK CONFIGURATION
APP_WEBHOOK_URL="https://webhook.site/dbf387ed-a861-4ae9-9b30-9344c972cb74"
APP_WEBHOOK_ALLOWED_EVENTS=MESSAGES_UPSERT,MESSAGES_DELETE,MESSAGES_UPDATE

0 comments on commit 06da4be

Please sign in to comment.