Merge pull request #477 from jaison-x/pr

fix(chatwoot): fix config name
This commit is contained in:
Davidson Gomes 2024-03-18 15:35:13 -03:00 committed by GitHub
commit aea4d89f62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -384,7 +384,7 @@ export class ConfigService {
IMPORT: {
DATABASE: {
CONNECTION: {
URI: process.env.CHATWOOT_DATABASE_CONNECTION_URI || '',
URI: process.env.CHATWOOT_IMPORT_DATABASE_CONNECTION_URI || '',
},
},
PLACEHOLDER_MEDIA_MESSAGE: process.env?.CHATWOOT_IMPORT_PLACEHOLDER_MEDIA_MESSAGE === 'true',