[HOTFIX] Postgres Password Fix
This commit is contained in:
parent
78c5b72482
commit
40b3a42c73
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ const {
|
|||
MCL_POSTGRES_DATABASE: database,
|
||||
MCL_POSTGRES_ENABLED: pgEnabled,
|
||||
MCL_POSTGRES_HOST: host,
|
||||
MCL_POSTGRES_PASSWORD: password,
|
||||
MCL_POSTGRES_PASS: password,
|
||||
MCL_POSTGRES_PORT: port,
|
||||
MCL_POSTGRES_USER: user,
|
||||
} = process.env;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue