File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,13 @@ QRCODE_COLOR=#198754
119119TYPEBOT_API_VERSION = latest
120120TYPEBOT_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
You can’t perform that action at this time.
0 commit comments