Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jameel914 committed Nov 2, 2023
1 parent 35629bf commit 130707c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion back-end/db/dbConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const cn = {
port: process.env.PG_PORT,
database: process.env.PG_DATABASE,
user: process.env.PG_USER,
password: PG_PASSWORD,
password: process.env.PG_PASSWORD,
};

const db = pgp(cn);
Expand Down

0 comments on commit 130707c

Please sign in to comment.