Skip to content

Commit

Permalink
🔨 Fix: DB SSL false
Browse files Browse the repository at this point in the history
#
  • Loading branch information
qilip committed Apr 2, 2024
1 parent 0c7b0b4 commit cc3d714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import ServerlessClient from 'serverless-postgres';

export const client = new ServerlessClient({
connectionString: process.env.DB_URL,
ssl: true,
ssl: false,
application_name: 'scraping-lambda',
// debug: true,
delayMs: 3000,
Expand Down

0 comments on commit cc3d714

Please sign in to comment.