File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ CHATWOOT_MESSAGE_DELETE=false # false | true
125125# 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.
126126CHATWOOT_MESSAGE_READ = false # false | true
127127# This db connection is used to import messages from whatsapp to chatwoot database
128- CHATWOOT_IMPORT_DATABASE_CONNECTION_URI = postgres://user:password@hostname:port/dbname
128+ CHATWOOT_IMPORT_DATABASE_CONNECTION_URI = postgres://user:password@hostname:port/dbname?sslmode=disable
129129CHATWOOT_IMPORT_DATABASE_PLACEHOLDER_MEDIA_MESSAGE = true
130130
131131# Defines an authentication type for the api
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ CHATWOOT:
172172 # This db connection is used to import messages from whatsapp to chatwoot database
173173 DATABASE :
174174 CONNECTION :
175- URI : " postgres://user:password@hostname:port/dbname"
175+ URI : " postgres://user:password@hostname:port/dbname?sslmode=disable "
176176 PLACEHOLDER_MEDIA_MESSAGE : true
177177
178178# Cache to optimize application performance
You can’t perform that action at this time.
0 commit comments