We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fce151 commit 91c4196Copy full SHA for 91c4196
back/data/config.js
@@ -2,8 +2,8 @@ const config = {
2
pgUser: process.env.PGUSER,
3
pgHost: process.env.PGHOST,
4
pgDatabase: process.env.PGDATABASE,
5
- pgPassword: process.env.PGPASSOWRD,
+ pgPassword: process.env.PGPASSWORD,
6
pgPort: process.env.PGPORT
7
};
8
9
-module.exports = config;
+module.exports = config;
0 commit comments