Merge pull request #618 from edisoncm-ti/develop

fix: Correction to Postgres connection string in environment files
This commit is contained in:
Davidson Gomes
2024-05-27 15:34:29 -03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -194,7 +194,7 @@ CHATWOOT:
# This db connection is used to import messages from whatsapp to chatwoot database
DATABASE:
CONNECTION:
URI: "postgres://user:password@hostname:port/dbname"
URI: "postgres://user:password@hostname:port/dbname?sslmode=disable"
PLACEHOLDER_MEDIA_MESSAGE: true
# Cache to optimize application performance