8000 Merge branch 'master' into chore-bump-node-20 · supabase/postgres-meta@036af84 · GitHub
[go: up one dir, main page]

Skip to content

Commit 036af84

Browse files
authored
Merge branch 'master' into chore-bump-node-20
2 parents f8f0e5c + f43f743 commit 036af84

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/db.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const init: (config: PoolConfig) => {
4848
if (typeof config.ssl !== 'object') {
4949
config.ssl = {}
5050
}
51-
config.ssl.rejectUnauthorized = sslmode !== 'no-verify'
51+
config.ssl.rejectUnauthorized = sslmode === 'verify-full'
5252
}
5353
}
5454

0 commit comments

Comments
 (0)
0