Skip to content

Commit e72b543

Browse files
committed
Merge branch 'develop' of github.com:EvolutionAPI/evolution-api into develop
2 parents 826e818 + cbf846d commit e72b543

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Docker/.env.example

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,13 @@ QRCODE_COLOR=#198754
119119
TYPEBOT_API_VERSION=latest
120120
TYPEBOT_KEEP_OPEN=false
121121

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

0 commit comments

Comments
 (0)