Skip to content

Commit 91c4196

Browse files
authored
✏️ Fix typo config back
1 parent 1fce151 commit 91c4196

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

back/data/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ const config = {
22
pgUser: process.env.PGUSER,
33
pgHost: process.env.PGHOST,
44
pgDatabase: process.env.PGDATABASE,
5-
pgPassword: process.env.PGPASSOWRD,
5+
pgPassword: process.env.PGPASSWORD,
66
pgPort: process.env.PGPORT
77
};
88

9-
module.exports = config;
9+
module.exports = config;

0 commit comments

Comments
 (0)