Skip to content

Commit

Permalink
process.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgharbi-globalpos committed Feb 7, 2024
1 parent 671fc88 commit 7c003ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/db.server.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ declare global {
export function getPool(): Pool {
global.__DB_POOL__ ??= new Pool({
connectionString: process.env.DATABASE_URL,
ssl: fs.existsSync('ca-certificate.crt') ? { ca: fs.readFileSync('ca-certificate.crt').toString() } : undefined,
})

return global.__DB_POOL__
Expand Down

0 comments on commit 7c003ae

Please sign in to comment.