Update variables .env.example docker

- Variáveis do Docker referente ao feat #395 
- Docker variables related to the feat #395
This commit is contained in:
Lindenberg Pinheiro 2024-03-07 20:50:50 -03:00 committed by GitHub
parent b04ed66686
commit fef27111b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -119,6 +119,13 @@ QRCODE_COLOR=#198754
TYPEBOT_API_VERSION=latest
TYPEBOT_KEEP_OPEN=false
#Chatwoot
# If you leave this option as false, when deleting the message for everyone on WhatsApp, it will not be deleted on Chatwoot.
CHATWOOT_MESSAGE_DELETE=false # false | true
# This db connection is used to import messages from whatsapp to chatwoot database
CHATWOOT_IMPORT_DATABASE_CONNECTION_URI=postgres://user:password@hostname:port/dbname
CHATWOOT_IMPORT_DATABASE_PLACEHOLDER_MEDIA_MESSAGE=true
# Defines an authentication type for the api
# We recommend using the apikey because it will allow you to use a custom token,
# if you use jwt, a random token will be generated and may be expired and you will have to generate a new token