Skip to content

Commit 4ab6c43

Browse files
committed
fix(chatwoot): fix config name
1 parent 072171d commit 4ab6c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/env.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ export class ConfigService {
384384
IMPORT: {
385385
DATABASE: {
386386
CONNECTION: {
387-
URI: process.env.CHATWOOT_DATABASE_CONNECTION_URI || '',
387+
URI: process.env.CHATWOOT_IMPORT_DATABASE_CONNECTION_URI || '',
388388
},
389389
},
390390
PLACEHOLDER_MEDIA_MESSAGE: process.env?.CHATWOOT_IMPORT_PLACEHOLDER_MEDIA_MESSAGE === 'true',

0 commit comments

Comments
 (0)