smol fix
This commit is contained in:
parent
817f79889b
commit
be5db50cf0
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ export default {
|
|||
driver: "pg",
|
||||
breakpoints: true,
|
||||
dbCredentials: {
|
||||
connectionString: process.env.DATABASE_URL!,
|
||||
connectionString: `${process.env.DATABASE_URL}?sslmode=verify-full`,
|
||||
},
|
||||
} satisfies Config;
|
||||
|
|
Loading…
Add table
Reference in a new issue