Skip to content

Commit

Permalink
fix(chatwoot): fix config name
Browse files Browse the repository at this point in the history
  • Loading branch information
jaison-x committed Mar 18, 2024
1 parent 072171d commit 4ab6c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/env.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 4ab6c43

Please sign in to comment.