Revert "V2 fix chatwoot reply quote"

This commit is contained in:
Davidson Gomes
2024-09-05 09:26:33 -03:00
committed by GitHub
parent 2c7288e888
commit ff78954383
9 changed files with 388 additions and 1432 deletions

View File

@@ -23,7 +23,6 @@ DEL_INSTANCE=false
# Provider: postgresql | mysql
DATABASE_PROVIDER=postgresql
# DATABASE_DIRECT_URL='' # Direct connection to the database
DATABASE_CONNECTION_URI='postgresql://user:pass@localhost:5432/evolution?schema=public'
# Client name for the database connection
# It is used to separate an API installation from another that uses the same database.