[HOTFIX] Postgres Password Fix

This commit is contained in:
Dunemask 2024-02-04 19:33:40 -07:00
parent 78c5b72482
commit 40b3a42c73

View file

@ -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;