We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d149888 commit 813a5a5Copy full SHA for 813a5a5
src/components/helper/psqlQuery.js
@@ -5,7 +5,7 @@ const pool = new Pool({
5
user: 'postgres',
6
password: 'postgres',
7
database: 'docketeer-db',
8
- port: 5432,
+ port: 5433,
9
});
10
11
export default async (text, params, callback) => {
0 commit comments