Skip to content

Commit ccda17d

Browse files
committed
fix: add missing example env variables
1 parent 901954d commit ccda17d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Docker/.env.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ TYPEBOT_KEEP_OPEN=false
122122
#Chatwoot
123123
# If you leave this option as false, when deleting the message for everyone on WhatsApp, it will not be deleted on Chatwoot.
124124
CHATWOOT_MESSAGE_DELETE=false # false | true
125+
# If you leave this option as true, when sending a message in Chatwoot, the client's last message will be marked as read on WhatsApp.
126+
CHATWOOT_MESSAGE_READ=false # false | true
125127
# This db connection is used to import messages from whatsapp to chatwoot database
126128
CHATWOOT_IMPORT_DATABASE_CONNECTION_URI=postgres://user:password@hostname:port/dbname
127129
CHATWOOT_IMPORT_DATABASE_PLACEHOLDER_MEDIA_MESSAGE=true
@@ -139,3 +141,5 @@ AUTHENTICATION_EXPOSE_IN_FETCH_INSTANCES=true
139141
# seconds - 3600s ===1h | zero (0) - never expires
140142
AUTHENTICATION_JWT_EXPIRIN_IN=0
141143
AUTHENTICATION_JWT_SECRET='L=0YWt]b2w[WF>#>:&E`'
144+
145+
LANGUAGE=en # pt-BR, en

0 commit comments

Comments
 (0)