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 @@ -149,7 +149,7 @@ CHATWOOT_MESSAGE_DELETE=false # false | true
149149# 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.
150150CHATWOOT_MESSAGE_READ = false # false | true
151151# This db connection is used to import messages from whatsapp to chatwoot database
152- CHATWOOT_IMPORT_DATABASE_CONNECTION_URI = postgres://user:password@hostname:port/dbname
152+ CHATWOOT_IMPORT_DATABASE_CONNECTION_URI = postgres://user:password@hostname:port/dbname?sslmode=disable
153153CHATWOOT_IMPORT_DATABASE_PLACEHOLDER_MEDIA_MESSAGE = true
154154
155155CACHE_REDIS_ENABLED = false
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ CHATWOOT:
194194 # This db connection is used to import messages from whatsapp to chatwoot database
195195 DATABASE :
196196 CONNECTION :
197- URI : " postgres://user:password@hostname:port/dbname"
197+ URI : " postgres://user:password@hostname:port/dbname?sslmode=disable "
198198 PLACEHOLDER_MEDIA_MESSAGE : true
199199
200200# Cache to optimize application performance
You can’t perform that action at this time.
0 commit comments