Skip to content

Commit 93fa797

Browse files
authored
fix: load environment variables (#6414)
1 parent f352bba commit 93fa797

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/migrations/tools/db-connection-string.cjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
require('dotenv').config({
2+
debug: true,
3+
encoding: 'utf8',
4+
});
5+
16
const {
27
POSTGRES_USER = 'postgres',
38
POSTGRES_PASSWORD = null,

0 commit comments

Comments
 (0)