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 637e070 commit 818751bCopy full SHA for 818751b
client/src/cyber-forensics-platform/src/lib/database-postgres.js
@@ -4,7 +4,9 @@ class PostgresDatabaseManager {
4
constructor() {
5
this.pool = new Pool({
6
connectionString: process.env.DATABASE_URL,
7
- ssl: process.env.NODE_ENV === 'production' ? { rejectUnauthorized: false } : false
+ ssl: process.env.NODE_ENV === 'production' ? {
8
+ rejectUnauthorized: false
9
+ } : false
10
});
11
}
12
0 commit comments