mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-20 12:22:21 -06:00
Merge pull request #618 from edisoncm-ti/develop
fix: Correction to Postgres connection string in environment files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user