mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-23 04:22:02 -06:00
Merge pull request #477 from jaison-x/pr
fix(chatwoot): fix config name
This commit is contained in:
commit
aea4d89f62
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user