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