Skip to content

Commit 0bad078

Browse files
committed
chore: remove ssl requirement
1 parent 2e93b34 commit 0bad078

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export async function handler(event: Event): Promise<Response> {
2424
port: DB_PORT,
2525
user: "postgres",
2626
password,
27+
ssl: { rejectUnauthorized: false },
2728
});
2829
await client.connect();
2930

0 commit comments

Comments
 (0)